You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
travjenkins
changed the title
Set up Next.js project and migrate essential assets
Migration 3: Set up Next.js project and migrate essential assets
Jan 9, 2025
Description
Initialize Next.js project, transfer essential assets and components, and make sure all is functional.
Work required
git checkout -b migration-gatsby-to-next master
.npx create-next-app@latest
./static
folder in Gatsby to the/public
directory in Next.js.Layout
component, including the header and footer.The text was updated successfully, but these errors were encountered: