Skip to content

Commit

Permalink
Update blog
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleechua committed Jul 24, 2024
1 parent 59b22a9 commit 34fa5df
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion _posts/2023-09-10-self-hosting-ghost-on-google-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,16 @@ The whole thing takes 1-2 hours depending on your comfort level with the various

If you chose to set up your Mailgun in the EU, set `"host"` to `"smtp.eu.mailgun.org"` instead.

2. Restart Ghost for the config to take effect:
2. *(optional)* If you don't plan to use search on your website, add this to `config.production.json`:
```json
"sodoSearch": {
"url": false
},
```
to make your website load faster.
3. Restart Ghost for the config to take effect:
```bash
ghost restart
Expand Down Expand Up @@ -463,6 +472,8 @@ This walkthrough last worked for me in **September 2023**. If you spot errors, v
## Changelog
- **2024-07-24**: Add step to disable [sodoSearch](https://ghost.org/docs/config?via=cathy45&ref=spectralwebservices.com#search) and [improve page load times](https://forum.ghost.org/t/is-it-possible-to-disable-jsdelivr-cdn/31761).
- **2023-12-30**: Simplify creation process of `service_account` user.
- **2023-09-10**: Update Nodejs installation instructions to install v18, [as recommended by Ghost](https://ghost.org/docs/faq/node-versions/).
Expand Down

0 comments on commit 34fa5df

Please sign in to comment.