Skip to content

Commit 8828df2

Browse files
committed
update basepath
1 parent 6e79c7a commit 8828df2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

next.config.mjs

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

2425
export default withMDX(nextConfig)

0 commit comments

Comments
 (0)