mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 18:59:59 +01:00
fix: mettre à jour la configuration de déploiement pour Cloudflare et corriger les icônes des réseaux sociaux
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"scripts": {
|
||||
"build": "nuxi build",
|
||||
"dev": "nuxi dev",
|
||||
"preview": "bun run build && wrangler dev",
|
||||
"preview": "bun run build && wrangler pages dev",
|
||||
"postinstall": "nuxt prepare",
|
||||
"lint": "eslint .",
|
||||
"deploy": "bun run cf-typegen && bun run build && wrangler pages deploy .output/public",
|
||||
|
||||
Reference in New Issue
Block a user