@techninja/clearstack 0.3.41 → 0.3.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/build-og.js +1 -1
  2. package/package.json +1 -1
package/lib/build-og.js CHANGED
@@ -114,7 +114,7 @@ function resolveMeta(config, data, baseUrl, path) {
114
114
  function writePage(outDir, routePath, shell, meta) {
115
115
  const filePath = routePath === '/'
116
116
  ? resolve(outDir, 'index.html')
117
- : resolve(outDir, routePath.slice(1), 'index.html');
117
+ : resolve(outDir, routePath.slice(1) + '.html');
118
118
  mkdirSync(dirname(filePath), { recursive: true });
119
119
  writeFileSync(filePath, injectMeta(shell, meta));
120
120
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@techninja/clearstack",
3
- "version": "0.3.41",
3
+ "version": "0.3.42",
4
4
  "type": "module",
5
5
  "description": "A no-build web component framework specification — scaffold, validate, and evolve spec-compliant projects",
6
6
  "bin": {