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` } ] }