Skip to content

Commit 4172096

Browse files
committed
disable base path for fun and frustration
1 parent 4654678 commit 4172096

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

next.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
output: "export",
4-
basePath: process.env.BASE_PATH,
5-
assetPrefix: process.env.BASE_PATH,
4+
// basePath: process.env.BASE_PATH,
65
};
76
module.exports = nextConfig;

0 commit comments

Comments
 (0)