finished skills + studies section. + responsiveness

This commit is contained in:
Valentijn
2026-04-22 20:22:08 +02:00
parent d9163af01e
commit 9012debcfe
6 changed files with 259 additions and 105 deletions

View File

@@ -4,5 +4,8 @@ import icon from "astro-icon"
// https://astro.build/config
export default defineConfig({
integrations:[icon()]
integrations:[icon()],
server: {
allowedHosts: ["bag-valium-thee-distinct.trycloudflare.com"]
}
});