Skip to content

Commit 90ca9af

Browse files
shottahMatthew Abraham
andauthored
Modify configuration for GCP deployment (#1)
* chore: gcp compile dependency * chore: add gcp instructions Co-authored-by: Matthew Abraham <wasteofintel@gmail.com>
1 parent 815eaaa commit 90ca9af

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
@@ -246,6 +246,9 @@ As the template uses `next/image` for image optimization, additional configurati
246246

247247
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.
248248

249+
**Google App Engine**
250+
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.
251+
249252
## Support
250253

251254
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)