vite-plugin-html-elements 0.1.4 → 0.1.5

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -392,7 +392,7 @@ export default defineConfig({
392
392
  htmlElements({
393
393
  routes: [
394
394
  { path: '/', source: 'index.html' },
395
- { path: '/blog', source: 'blog/index.html' },
395
+ { path: '/blog', source: 'blog.html' },
396
396
  { path: '/blog/post-1', source: 'blog/post-1.html' },
397
397
  { path: '/blog/post-2', source: 'blog/post-2.html' },
398
398
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-html-elements",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Modular HTML without the JavaScript",
5
5
  "author": "Vincent Medina",
6
6
  "license": "MIT",