Implement album page

This commit is contained in:
Jorge Vargas 2025-02-18 20:21:37 -06:00
parent fc39c085f0
commit 34c7143279
34 changed files with 563 additions and 142 deletions

View file

@ -4,8 +4,8 @@
"version": "0.0.1",
"scripts": {
"start": "npm run dev",
"dev": "astro dev",
"build": "npm run paraglide:compile && prisma generate --sql && astro build",
"dev": "prisma generate && astro dev",
"build": "npm run paraglide:compile && astro build",
"preview": "astro preview",
"paraglide:compile": "paraglide-js compile --project ./project.inlang --outdir ./src\\paraglide"
},