BanklessDAO / bankless-dao-website

[ARCHIVED] The repository for the frontend of https://www.bankless.community/
MIT License
38 stars 16 forks source link

Adds Next Export command #59

Closed wpmonty closed 3 years ago

wpmonty commented 3 years ago

This drops in next export so Fleek can pick it up for creating pure static site.

wpmonty commented 3 years ago

bump @Oktalize

Oktalize commented 3 years ago

@wpmonty I was looking through the code again and I forgot about this API. Wouldn't this cause issues since next export disables API routes?

wpmonty commented 3 years ago

@wpmonty I was looking through the code again and I forgot about this API. Wouldn't this cause issues since next export disables API routes?

Good call; I wonder how Fleek recommends handling APIs - maybe ship them off to AWS lambda lol

Oktalize commented 3 years ago

@wpmonty I was looking through the code again and I forgot about this API. Wouldn't this cause issues since next export disables API routes?

Good call; I wonder how Fleek recommends handling APIs - maybe ship them off to AWS lambda lol

AWS lambda, or maybe even Akash? This is definitely one the areas that needs improvement for Web3. I am thinking that most of the reasons Fleek doesn't do it because they need maximum compatibility with IPFS. But then again I know there are databases with IPFS that could be leveraged somehow, it's just something I know nothing about.

wpmonty commented 3 years ago

Until we resolve the fundamental issue of APIs with Fleek, there is no reason to merge in next export