Skip to content
New issue

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

Upgrade to Next.js 12; drop custom deploy tooling #15

Merged
merged 8 commits into from Nov 12, 2021

Conversation

nwalters512
Copy link
Contributor

@nwalters512 nwalters512 commented Nov 11, 2021

This PR bumps to the latest version of Next.js so that we can use import img from './path/to/image.png' - this will be important for #14. Unfortunately I had to use a canary version of 12.0.4 so I could pick up the fix from vercel/next.js#31134, which was necessary for the way we use Bootstrap.

This PR also removes the custom tooling that was previously used to deploy the site to AWS. We're now pointing prairielearn.com and www.prairielearn.com directly at the Vercel deployment, so we don't need to run this on AWS anymore.

@vercel
Copy link

vercel bot commented Nov 11, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/prairielearn/marketing/3tsqjgay5RJ3V9pGQmKbvnUAV7My
✅ Preview: https://marketing-git-chore-nextjs-upgrade-prairielearn.vercel.app

@nwalters512 nwalters512 changed the title Upgrade to Next.js 12 Upgrade to Next.js 12; drop custom deploy tooling Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant