Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add backend #268

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BanklessDAO Website

Bankless community refresh is an endeavor to reimagine the bankless community site. The goal is to give
Bankless community refresh is an endeavor to reimagine the bankless community site. The goal is to give
newcomers a window into the soul of the Bankless DAO. Show them our mission and give them the tools to become a member and most importantly: How to live a bankless life!

# Run locally
Expand Down
17 changes: 0 additions & 17 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,

/**
* Enable static exports for the App Router.
*
* @see https://nextjs.org/docs/pages/building-your-application/deploying/static-exports
*/
output: "export",

/**
* Disable server-based image optimization. Next.js does not support
* dynamic features with static exports.
*
* @see https://nextjs.org/docs/pages/api-reference/components/image#unoptimized
*/
images: {
unoptimized: true,
}
}

module.exports = nextConfig