Skip to content

Commit

Permalink
update staging
Browse files Browse the repository at this point in the history
  • Loading branch information
GasperX93 committed Aug 20, 2024
2 parents 9acc867 + 6693bbf commit 32a05d5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 deletions.
6 changes: 3 additions & 3 deletions data/pages/index.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"event": {
"title": "Community Call",
"content": "Swarm Foundations monthly community call on July 25",
"content": "Swarm Foundations monthly community call on August 29",
"image": {
"src": "/uploads/0724.png",
"src": "/uploads/0824.jpeg",
"alt": ""
},
"cta": {
"href": "https://www.addevent.com/event/rV22206002",
"href": "https://www.addevent.com/event/fo22320451",
"title": "Add to Calendar ->"
}
},
Expand Down
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
Binary file added public/uploads/0824.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 32a05d5

Please sign in to comment.