From 80aae52ce40acb7d9d3c23025f5a206d7c9c1e1e Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 16 Oct 2017 17:51:48 +0200 Subject: [PATCH] Use netlify as base url for site --- docs/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.toml b/docs/config.toml index a29fd387..73baf3a8 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -1,4 +1,4 @@ -base_url = "https://example.com" +base_url = "https://gutenberg.netlify.com/" title = "Gutenberg" description = "Everything you need to make a static site engine in one binary. And it's fast"