m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-17 09:33:38 -05:00

Fix docs basepath

This commit is contained in:
Sergio
2024-07-17 14:57:18 +03:00
parent 710abd5277
commit 935517d3f8

View File

@@ -8,7 +8,8 @@ module.exports = withNextra(
output: "export", output: "export",
images: { images: {
unoptimized: true unoptimized: true
} },
basePath: '/cup'
} }
); );