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]) => {