fixes to deploy to Lx registry
This commit is contained in:
parent
6040850170
commit
af75000bd3
@ -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"
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user