From 44915407db20fe434685ca4e6898da2dcc13dbed Mon Sep 17 00:00:00 2001 From: thollander Date: Wed, 8 May 2019 15:55:00 +0200 Subject: [PATCH] Fix the edit docs link in svelte guide - Due to a missing configuration in gatsby --- docs/gatsby-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/gatsby-config.js b/docs/gatsby-config.js index d174f3bda84d..94fe7e134d19 100644 --- a/docs/gatsby-config.js +++ b/docs/gatsby-config.js @@ -24,6 +24,7 @@ module.exports = { '/guides/guide-mithril/', '/guides/guide-ember/', '/guides/guide-riot/', + '/guides/guide-svelte/', ], configurations: [ '/configurations/options-parameter/',