We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b61600d commit 94e4f8eCopy full SHA for 94e4f8e
next.config.js
@@ -1,3 +1,5 @@
1
module.exports = {
2
reactStrictMode: true,
3
+ // Partially resolves the relative path issue: https://github.com/vercel/next.js/issues/2581#issuecomment-451710217
4
+ assetPrefix: './',
5
};
public/404.html
public/index.html
0 commit comments