mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Implement album page
This commit is contained in:
parent
fc39c085f0
commit
34c7143279
34 changed files with 563 additions and 142 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue