Skip to content

Commit

Permalink
ci: change site base url
Browse files Browse the repository at this point in the history
  • Loading branch information
m-benamor committed Sep 19, 2024
1 parent 4fc60a8 commit 2c397b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"extends": "next/core-web-vitals"
"extends": "next/core-web-vitals",
"@next/next/no-html-link-for-pages": ["error", "mainzelliste.de/pages"]
}
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ const nextConfig = {
},
],
},
output: "standalone",
output: "export",
reactStrictMode: true,
};

module.exports = nextConfig;

0 comments on commit 2c397b2

Please sign in to comment.