diff --git a/frontend/scripts/generate-sitemap.ts b/frontend/scripts/generate-sitemap.ts index 8397f68..a107d67 100644 --- a/frontend/scripts/generate-sitemap.ts +++ b/frontend/scripts/generate-sitemap.ts @@ -30,3 +30,5 @@ const xml = ` ${ routes.map (route => ` ${ DOMAIN }${ route }`).join ('\n') } ` + +fs.writeFileSync (path.resolve ('dist/sitemap.xml'), xml)