path removed
parent
8677a227cb
commit
3e6476c735
|
@ -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`
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue