We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9532b4 commit 79d0041Copy full SHA for 79d0041
jsconfig.json
@@ -0,0 +1,5 @@
1
+{
2
+ "compilerOptions": {
3
+ "baseUrl": "."
4
+ }
5
+}
next.config.js
@@ -21,14 +21,7 @@ const nextConfig = {
21
VERSION: require('./package.json').version,
22
},
23
24
- webpack(config) {
25
- config.resolve.modules.push(__dirname)
26
- return config
27
- },
28
-
29
experimental: {
30
- reactRefresh: true,
31
32
redirects() {
33
return [
34
{
0 commit comments