Skip to content

Commit

Permalink
Merge pull request #83 from ecss-soton/no-index
Browse files Browse the repository at this point in the history
Hopefully should fix the bug where there is no index even if there is…
  • Loading branch information
casperUoS authored Sep 16, 2024
2 parents fb76e13 + bd08398 commit 548d78e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ const nextConfig = {
],
},
redirects,
eslint: {
ignoreDuringBuilds: true,
},
async headers() {
const headers = []

Expand Down Expand Up @@ -56,7 +59,6 @@ const nextConfig = {

return headers
},
ignoreDuringBuilds: true,
}

module.exports = nextConfig

0 comments on commit 548d78e

Please sign in to comment.