gallery of photos in the activity page

This commit is contained in:
Davide Scaini
2026-03-29 15:51:39 +02:00
parent b0ab7fbe3f
commit a9839e8242
4 changed files with 125 additions and 12 deletions
+1
View File
@@ -4,6 +4,7 @@ import tailwind from "@astrojs/tailwind";
export default defineConfig({
integrations: [svelte(), tailwind()],
devToolbar: { enabled: false },
output: "static",
// When hosting at a subdirectory (e.g. GitHub Pages project site), set:
// base: "/repo-name",