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
Currently, the project is deployed on Vercel as a demo project, which works well for dynamic hosting. However, to reduce dependency on third-party services, we need to set up deployment to GitHub Pages.
GitHub Pages can serve the project as a static site by exporting the Next.js app as static files.
Note: There is already a github workflow added ,the task is to configure it for the pages deployment
The text was updated successfully, but these errors were encountered:
Context
Currently, the project is deployed on Vercel as a demo project, which works well for dynamic hosting. However, to reduce dependency on third-party services, we need to set up deployment to GitHub Pages.
GitHub Pages can serve the project as a static site by exporting the Next.js app as static files.
Note:
There is already a github workflow added ,the task is to configure it for the pages deployment
The text was updated successfully, but these errors were encountered: