Migrate portfolio from HTML/CSS/JS to Astro
Deploy Portfolio / deploy (push) Failing after 1s

This commit is contained in:
Clezio Penha
2026-06-10 15:15:41 -03:00
parent ac5d571d28
commit 77d30b30f3
27 changed files with 6111 additions and 1141 deletions
+13
View File
@@ -0,0 +1,13 @@
// @ts-check
import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({
i18n: {
locales: ["pt-br", "en", "es"],
defaultLocale: "pt-br",
routing: {
prefixDefaultLocale: false
}
}
});