-
Notifications
You must be signed in to change notification settings - Fork 0
[FR] Add sample for Netlify #1
Copy link
Copy link
Open
Labels
issue:enhancementsuggest a new featuresuggest a new featurescope:starters-nextjsanything related to the starters-nextjs projectanything related to the starters-nextjs projecttype:buildchanges that affect the build system or external dependencieschanges that affect the build system or external dependencies
Metadata
Metadata
Assignees
Labels
issue:enhancementsuggest a new featuresuggest a new featurescope:starters-nextjsanything related to the starters-nextjs projectanything related to the starters-nextjs projecttype:buildchanges that affect the build system or external dependencieschanges that affect the build system or external dependencies
Description
I would like to deploy the starters-nextjs application to Netlify.
Motivation
I want to check if it's possible as a proof of concept.
Suggested Implementation
Netlify is currently supporting the NextJS: https://www.netlify.com/blog/2020/11/30/how-to-deploy-next.js-sites-to-netlify/. However, rush monorepos might not work correctly.
Alternate Implementations
Maybe by using a manual npm build instead of using rush?