Refactor repo implementation to a static site
Closed this issue · 3 comments
lucifercr07 commented
Changes required for this issue:
- Update the configuration to enable static export
- Remove Server-Side Rendering from components
- For dynamic routes, use getStaticPaths
- Adjust Data Fetching to client side data fetching
- Update Environment Variables accordingly
- Update Scripts in package.json
- Update README with required steps for build and run
- Test the Static Build locally and integrate with Github actions workflow.
N3XT14 commented
@lucifercr07 Hi can you assign this to me.
Thanks
lucifercr07 commented
@N3XT14 assigned, thanks for contributing.
lucifercr07 commented
Closing, merge as part of #50