Fix small typing error (#1001)

This only fixes a small typing error (_our_ -> _your_).
This commit is contained in:
petrkajzar 2020-01-01 17:24:33 +01:00 committed by Patrick Kollitsch
parent 9c28c422ee
commit bea71280d9

View File

@ -4,7 +4,7 @@ linktitle: Host on Render
description: Host your Hugo site for free with Render's global CDN, fully-managed SSL and auto deploys from GitHub. description: Host your Hugo site for free with Render's global CDN, fully-managed SSL and auto deploys from GitHub.
date: 2019-06-06 date: 2019-06-06
publishdate: 2019-06-06 publishdate: 2019-06-06
lastmod: 2019-12-23 lastmod: 2020-01-01
categories: [hosting and deployment] categories: [hosting and deployment]
keywords: [render,hosting,deployment] keywords: [render,hosting,deployment]
authors: [Anurag Goel] authors: [Anurag Goel]
@ -52,7 +52,7 @@ You can set up a Hugo site on Render in two quick steps:
Field | Value Field | Value
------------------- | ------------------- ------------------- | -------------------
**Environment** | `Static Site` **Environment** | `Static Site`
**Build Command** | `hugo --gc --minify` (or our own build command) **Build Command** | `hugo --gc --minify` (or your own build command)
**Publish Directory** | `public` (or your own output directory) **Publish Directory** | `public` (or your own output directory)
That's it! Your site will be live on your Render URL (which looks like `yoursite.onrender.com`) as soon as the build is done. That's it! Your site will be live on your Render URL (which looks like `yoursite.onrender.com`) as soon as the build is done.