From 3e6476c735bbf2ef0ea383b262df2becc50b6093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bahad=C4=B1r=20Sofuo=C4=9Flu?= Date: Fri, 9 Dec 2022 16:12:32 +0300 Subject: [PATCH] path removed --- nuxt.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 0b954cacc..d2635a944 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -14,12 +14,12 @@ export default defineNuxtConfig({ { id: 'home-table-link', rel: 'stylesheet', - href: baseUrl + '/styles/landing/themes/lara-light-blue/theme.css' + href: baseUrl + 'styles/landing/themes/lara-light-blue/theme.css' }, { id: 'theme-link', rel: 'stylesheet', - href: baseUrl + `/themes/lara-light-blue/theme.css` + href: baseUrl + `themes/lara-light-blue/theme.css` } ] }