pngwn commited on
Commit
580b41d
1 Parent(s): 41e158c

add basepath

Browse files
Files changed (1) hide show
  1. next.config.js +3 -0
next.config.js ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ module.exports = {
2
+ basePath: '/staticspaceiframe/pngwn/nextjs/out',
3
+ }