Skip to content

Commit 33ef173

Browse files
committed
Revert "update basepath"
This reverts commit 8828df2.
1 parent 07b619a commit 33ef173

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

next.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ const nextConfig = {
1818
images: {
1919
domains: ["raw.githubusercontent.com", "numpy.org", "dask.org", "chainer.org"],
2020
},
21-
output: 'export',
22-
basePath: '/virtualship_website' // TODO: Remove once we have a domain
21+
output: 'export'
2322
}
2423

2524
export default withMDX(nextConfig)

0 commit comments

Comments
 (0)