File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ export const EXCLUDED_PAGES = [
20
20
// Custom apps built by other projects
21
21
'/vote' ,
22
22
'/cards' ,
23
+ '/styleguide' ,
24
+ '/privacy-policy' ,
25
+ '/cookie-policy' ,
23
26
24
27
// HTML pages found in the public folder
25
28
'/activation/privacy' ,
Original file line number Diff line number Diff line change @@ -273,6 +273,14 @@ export default defineNuxtConfig({
273
273
'/nimiq-website/_ipx/s_3200x1800/assets/images/gods-light.webp' ,
274
274
'/nimiq-website/_ipx/_/assets/images/apple-store-badge.png' ,
275
275
'/nimiq-website/_ipx/_/assets/images/google-play-badge.png' ,
276
+ // External pages built by other projects - prevent Nuxt from trying to generate them
277
+ '/vote' ,
278
+ '/cards' ,
279
+ '/styleguide' ,
280
+ '/privacy-policy' ,
281
+ '/cookie-policy' ,
282
+ '/activation/privacy' ,
283
+ '/terms' ,
276
284
] ,
277
285
} ,
278
286
} ,
You can’t perform that action at this time.
0 commit comments