path removed

pull/3420/head
Bahadır Sofuoğlu 2022-12-09 16:12:32 +03:00
parent 8677a227cb
commit 3e6476c735
1 changed files with 2 additions and 2 deletions

View File

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