Skip to content

Commit f83179d

Browse files
authored
Merge pull request #553 from shottah/master
Modify configuration for GCP deployment
2 parents 6b21c42 + 90ca9af commit f83179d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ As the template uses `next/image` for image optimization, additional configurati
251251

252252
The API routes used in the newsletter component cannot be used in a static site export. You will need to use a form API endpoint provider and substitute the route in the newsletter component accordingly. Other hosting platforms such as Netlify also offer alternative solutions - please refer to their docs for more information.
253253

254+
**Google App Engine**
255+
Apart from changes mentioned above for `next/image`, configurations should be changed based on recommendations [here](https://github.com/vercel/next.js/discussions/12474#discussioncomment-17844) in order to set up the project for GAE deployment.
256+
254257
## Support
255258

256259
Using the template? Support this effort by giving a star on GitHub, sharing your own blog and giving a shoutout on Twitter or becoming a project [sponsor](https://github.com/sponsors/timlrx).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"dependencies": {
1515
"@fontsource/inter": "4.5.2",
1616
"@mailchimp/mailchimp_marketing": "^3.0.58",
17+
"@next/bundle-analyzer": "^12.1.4",
1718
"@tailwindcss/forms": "^0.4.0",
1819
"@tailwindcss/typography": "^0.5.0",
1920
"autoprefixer": "^10.4.0",
@@ -43,7 +44,6 @@
4344
"unist-util-visit": "^4.0.0"
4445
},
4546
"devDependencies": {
46-
"@next/bundle-analyzer": "12.1.4",
4747
"@svgr/webpack": "^6.1.2",
4848
"cross-env": "^7.0.3",
4949
"dedent": "^0.7.0",

0 commit comments

Comments
 (0)