From 6f2dd09709377fbb9528097e533564dbe2602e48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Fri, 9 Oct 2020 14:07:08 +0200 Subject: [PATCH] docs: fix url for preview --- docs/content/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/settings.json b/docs/content/settings.json index b0e096c..1824253 100644 --- a/docs/content/settings.json +++ b/docs/content/settings.json @@ -1,10 +1,10 @@ { "title": "Http Module", - "url": "https://http.nuxtjs.org/", + "url": "https://http.nuxtjs.org", "logo": { "light": "/logo-light.svg", "dark": "/logo-dark.svg" }, "github": "nuxt/http", "twitter": "@nuxt_js" -} \ No newline at end of file +}