🌐 Adds i18n capabilities
All checks were successful
Gitea Build Action / build-astro (push) Successful in 9m31s
All checks were successful
Gitea Build Action / build-astro (push) Successful in 9m31s
This commit is contained in:
@@ -10,5 +10,12 @@ export default defineConfig({
|
||||
// @ts-ignore
|
||||
plugins: [tailwindcss()]
|
||||
},
|
||||
integrations: [vue()]
|
||||
integrations: [vue()],
|
||||
i18n: {
|
||||
locales: ["en", "sk"],
|
||||
defaultLocale: "en",
|
||||
routing: {
|
||||
prefixDefaultLocale: true,
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user