From 4fe9f4af9e8a0585ae57362464ee7cc11f0fa759 Mon Sep 17 00:00:00 2001 From: Rasmus Rowbotham Date: Mon, 5 Jul 2021 16:39:14 +0200 Subject: [PATCH] remove base --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index f048725..4eeadba 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -1,7 +1,7 @@ export default { target: 'static', router: { - base: '/network-landing-page/', // Remove when domain is CNAMEd + base: '', // Remove when domain is CNAMEd }, head: { title: 'NETWRK',