Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 775cf060f8 |
@@ -5,3 +5,5 @@ My personal portfolio website, written in [Astro](https://astro.build/)
|
||||
### License
|
||||
|
||||
This project is licensed under the [GNU GPLv3](LICENSE) license
|
||||
|
||||
TODO: please rewrite in an actually good framework like nuxt
|
||||
|
||||
@@ -14,8 +14,8 @@ export default defineConfig({
|
||||
i18n: {
|
||||
locales: ["en", "sk", "de"],
|
||||
defaultLocale: "en",
|
||||
routing: {
|
||||
prefixDefaultLocale: true,
|
||||
}
|
||||
}
|
||||
},
|
||||
redirects: {
|
||||
"/": "/en/",
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user