mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
Remove unused scripts and rename sitemap generation script
Deleted obsolete scripts `check-analytics.js`, `get_groq_models.js`, and `killport.js` to clean up the codebase. Renamed `gen_sitemap.js` to `generate_sitemap.js` for better readability and consistency.
This commit is contained in:

committed by
Geoff Seemueller

parent
c99068ecb4
commit
fb41f5f816
@@ -9,7 +9,7 @@ export default defineConfig(({ command }) => {
|
||||
name: "sitemap-generator",
|
||||
buildStart(options) {
|
||||
if (command === "build") {
|
||||
child_process.execSync("./scripts/gen_sitemap.js");
|
||||
child_process.execSync("./scripts/generate_sitemap.js");
|
||||
console.log("Generated Sitemap -> public/sitemap.xml");
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user