Skip to content

Commit 94e4f8e

Browse files
authored
Use relative path for _next (WATonomous#40)
1 parent b61600d commit 94e4f8e

File tree

3 files changed

+2
-224
lines changed

3 files changed

+2
-224
lines changed

next.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
module.exports = {
22
reactStrictMode: true,
3+
// Partially resolves the relative path issue: https://github.com/vercel/next.js/issues/2581#issuecomment-451710217
4+
assetPrefix: './',
35
};

public/404.html

-126
This file was deleted.

public/index.html

-98
This file was deleted.

0 commit comments

Comments
 (0)