fixes to deploy to Lx registry

This commit is contained in:
zramsay 2024-01-30 15:14:20 +00:00
parent 6040850170
commit af75000bd3
2 changed files with 2 additions and 4 deletions

View File

@ -1,3 +1 @@
NEXT_PUBLIC_API="https://laconapi.vercel.app"
NEXT_PUBLIC_CMS_ACCESS_TOKEN="280138ffd0e878d599892fc674d85a"
NEXT_PUBLIC_DATOCMS_BYPASS_TYPE="local_json"
NEXT_PUBLIC_DATOCMS_BYPASS_TYPE="local_json"

View File

@ -8,7 +8,7 @@
"scripts": {
"prepare": "husky install",
"dev": "next",
"build": "next build",
"build": "NEXT_PUBLIC_DATOCMS_BYPASS_TYPE=local_json next build",
"export": "next export",
"build:analyze": "cross-env ANALYZE=true yarn build",
"postbuild": "next-sitemap",