File tree Expand file tree Collapse file tree
apps/modeling-commons-frontend Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ RUN apk add --no-cache dumb-init
44
55ENV NODE_ENV=production HOST=0.0.0.0 NITRO_PORT=3005
66ENV NUXT_PUBLIC_API_BASE="https://beta.modelingcommons.org"
7+ ENV NUXT_API_BASE="https://beta.modelingcommons.org"
78ENV NUXT_PUBLIC_AUTH_BASE="https://beta.modelingcommons.org/api/auth"
89ENV NUXT_PUBLIC_AUTH_API_BASE="https://beta.modelingcommons.org/api/auth"
910ENV NUXT_PUBLIC_APP_URL="https://beta.modelingcommons.org"
Original file line number Diff line number Diff line change @@ -131,11 +131,11 @@ export default defineNuxtConfig({
131131 ssr : false ,
132132 } ,
133133
134- "/privacy" : { prerender : true } ,
135- "/terms-of-service" : { prerender : true } ,
136- "/cookies" : { prerender : true } ,
137- "/about" : { prerender : true } ,
138- "/donate" : { prerender : true } ,
134+ "/privacy" : { isr : true } ,
135+ "/terms-of-service" : { isr : true } ,
136+ "/cookies" : { isr : true } ,
137+ "/about" : { isr : true } ,
138+ "/donate" : { isr : true } ,
139139 } ,
140140
141141 vite : {
@@ -179,10 +179,6 @@ export default defineNuxtConfig({
179179 } ,
180180 } ,
181181
182- csurf : {
183- https : process . env . NODE_ENV === "production" ,
184- } ,
185-
186182 linkChecker : { enabled : false } ,
187183
188184 nitro : {
You can’t perform that action at this time.
0 commit comments