Skip to content

Commit

Permalink
Merge branch 'main' into scc-event-update
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahMaizels authored Jul 26, 2024
2 parents 069d5c0 + 8bac332 commit 400a394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
12 changes: 2 additions & 10 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
output: "export",
images: {
unoptimized: true,
remotePatterns: [
{
protocol: "https",
Expand All @@ -11,16 +13,6 @@ const nextConfig = {
},
],
},
async redirects() {
return [
// Basic redirect
{
source: "/The-Book-of-Swarm.pdf",
destination: "https://papers.ethswarm.org/p/book-of-swarm/",
permanent: false,
},
];
},
};

module.exports = nextConfig;
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint",
"build-icons": "node ./scripts/build-icons.js"
},
Expand Down

0 comments on commit 400a394

Please sign in to comment.