Added prefect to astro links

This commit is contained in:
Alexis
2025-04-02 12:17:12 +02:00
parent cd99ed2444
commit 6d281e14ea
2 changed files with 2 additions and 8 deletions

View File

@@ -11,11 +11,5 @@ export default defineConfig({
integrations: [vue(), sitemap()],
output: 'static',
site: 'https://maps.alexcreates.fr',
// i18n: {
// locales: availableLangs,
// defaultLocale: defaultLang,
// routing: {
// prefixDefaultLocale: true,
// }
// }
prefetch: true
});