diff --git a/frontend/index.html b/frontend/index.html
index 9200fa7..8e60d37 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -4,7 +4,7 @@
-
ぼざクリ タグ広場
+ ぼざクリ タグ広場 〜 ぼざろクリーチャーシリーズ綜合リンク集
diff --git a/frontend/package.json b/frontend/package.json
index 1945bd2..702b2c8 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
- "postbuild": "ts-node scripts/generate-sitemap.ts",
+ "postbuild": "node scripts/generate-sitemap.js",
"lint": "eslint .",
"preview": "vite preview"
},
diff --git a/frontend/scripts/generate-sitemap.ts b/frontend/scripts/generate-sitemap.js
similarity index 100%
rename from frontend/scripts/generate-sitemap.ts
rename to frontend/scripts/generate-sitemap.js