Add set-pages-path tests

This commit is contained in:
Yoann Chaudet
2022-07-19 11:47:29 -07:00
parent 43a5456c3f
commit ba4576e776
26 changed files with 317 additions and 168 deletions

View File

@@ -0,0 +1,3 @@
// Default Pages configuration for Next
const nextConfig = { basePath: "/docs/" }
module.exports = nextConfig