From c9734c93874b8ad8571f2dcfbf474a4e748490a2 Mon Sep 17 00:00:00 2001 From: Aly Date: Tue, 29 Oct 2024 15:12:16 -0700 Subject: [PATCH] Try explicitly specifying index.html --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cc778ee..c35bfa5 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "version": "0.0.0", "type": "module", "scripts": { - "dev": "parcel src/**/*.html", - "build": "parcel build src/**/*.html && minify-xml src/sitemap.xml --output dist/sitemap.xml" + "dev": "parcel src/index.html src/**/*.html", + "build": "parcel build src/index.html src/**/*.html && minify-xml src/sitemap.xml --output dist/sitemap.xml" }, "devDependencies": { "@mischnic/parcel-namer-preserve-structure": "^0.2.0",