From 1dd682118f19071a21af2ace1926652338f2f2d4 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sat, 13 Sep 2025 16:58:38 +0200 Subject: [PATCH] finito boh --- astro.config.mjs | 4 +- src/pages/index.astro | 170 ++++++++++++++++++++++++++++++++++-------- 2 files changed, 141 insertions(+), 33 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 4f5de1e..4abf54d 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -6,7 +6,9 @@ import preact from '@astrojs/preact' // https://astro.build/config export default defineConfig({ integrations: [preact()], - // paths: @ + devToolbar: { + enabled: false, + }, vite: { resolve: { alias: { diff --git a/src/pages/index.astro b/src/pages/index.astro index 4e5bc37..3114b75 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -21,16 +21,16 @@ const imageList = Object.entries(images).map(([path, module]) => { - + - + - AulaStud Galleria + Meme AulaStud + + @@ -231,6 +275,9 @@ const imageList = Object.entries(images).map(([path, module]) => {