Skip to content

Commit fb5bcbb

Browse files
Removing the basePath from next.config
As it created a 404 error
1 parent b1e6751 commit fb5bcbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

next.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const nextConfig = {
1919
domains: ["raw.githubusercontent.com", "numpy.org", "dask.org", "chainer.org"],
2020
},
2121
output: 'export',
22-
basePath: '/virtualship_website' // TODO: Remove once we have a domain
2322
}
2423

2524
export default withMDX(nextConfig)

0 commit comments

Comments
 (0)