m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-17 01:23:39 -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",
images: {
unoptimized: true
}
},
basePath: '/cup'
}
);