From bea71280d902e4a9a6e19dad4b75fc214e6a15a0 Mon Sep 17 00:00:00 2001 From: petrkajzar Date: Wed, 1 Jan 2020 17:24:33 +0100 Subject: [PATCH] Fix small typing error (#1001) This only fixes a small typing error (_our_ -> _your_). --- content/en/hosting-and-deployment/hosting-on-render.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/hosting-and-deployment/hosting-on-render.md b/content/en/hosting-and-deployment/hosting-on-render.md index fd5fd5a8f..eb7947161 100644 --- a/content/en/hosting-and-deployment/hosting-on-render.md +++ b/content/en/hosting-and-deployment/hosting-on-render.md @@ -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. date: 2019-06-06 publishdate: 2019-06-06 -lastmod: 2019-12-23 +lastmod: 2020-01-01 categories: [hosting and deployment] keywords: [render,hosting,deployment] authors: [Anurag Goel] @@ -52,7 +52,7 @@ You can set up a Hugo site on Render in two quick steps: Field | Value ------------------- | ------------------- **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) 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.