We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Previously we tried out Gatsby for the landing page, this time we're going to go with Next.js.
This needs to be setup before any page development can begin.
The text was updated successfully, but these errors were encountered:
I think we just have to create a pages folder in the root of the project to have everything Next.js needs to be set up. Do we need anything else?
pages
Sorry, something went wrong.
The pages directory can live in the src directory too @gabrielperales (what you mention is just the default).
src
Other than that we need some customization in _document.tsx - for styled-components in SSG.
_document.tsx
No branches or pull requests
Previously we tried out Gatsby for the landing page, this time we're going to go with Next.js.
This needs to be setup before any page development can begin.
The text was updated successfully, but these errors were encountered: