Skip to content

Commit 3f6c882

Browse files
committed
Hardcode base path for now
1 parent 12f9152 commit 3f6c882

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
const nextConfig = {
33
output: "export",
44
assetPrefix: process.env.ASSET_PREFIX,
5-
basePath: process.env.BASE_PATH,
5+
basePath: "/brno.python.pizza",
66
};
77
module.exports = nextConfig;

0 commit comments

Comments
 (0)