diff options
Diffstat (limited to 'www/astro.config.mjs')
-rw-r--r-- | www/astro.config.mjs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www/astro.config.mjs b/www/astro.config.mjs deleted file mode 100644 index 1ee290d12..000000000 --- a/www/astro.config.mjs +++ /dev/null @@ -1,15 +0,0 @@ -// Full Astro Configuration API Documentation: -// https://docs.astro.build/reference/configuration-reference - -// @type-check enabled! -// VSCode and other TypeScript-enabled text editors will provide auto-completion, -// helpful tooltips, and warnings if your exported object is invalid. -// You can disable this by removing "@ts-check" and `@type` comments below. - -// @ts-check -export default /** @type {import('astro').AstroUserConfig} */ ({ - buildOptions: { - sitemap: true, - site: 'https://astro.build/', - }, -}); |