Skip to content

Commit

Permalink
Merge pull request #147 from ethersphere/fix/export
Browse files Browse the repository at this point in the history
fix(ci): update export script
  • Loading branch information
GasperX93 authored Jul 19, 2024
2 parents db2d76c + 74b7aa5 commit 8bac332
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 8bac332

Please sign in to comment.