diff --git a/data/pages/index.json b/data/pages/index.json index bc6ee14..69f859d 100644 --- a/data/pages/index.json +++ b/data/pages/index.json @@ -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 ->" } }, diff --git a/next.config.js b/next.config.js index 53591cb..5bc823a 100644 --- a/next.config.js +++ b/next.config.js @@ -2,7 +2,9 @@ const nextConfig = { reactStrictMode: true, swcMinify: true, + output: "export", images: { + unoptimized: true, remotePatterns: [ { protocol: "https", @@ -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; diff --git a/package.json b/package.json index 338980b..f4fd4b5 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/public/uploads/0824.jpeg b/public/uploads/0824.jpeg new file mode 100644 index 0000000..8f2c047 Binary files /dev/null and b/public/uploads/0824.jpeg differ