Likonima
Likonima
NNuxt
Created by Likonima on 5/22/2024 in #❓・help
[nuxt-security] / Safari no css - forces https locally
using nuxt security what can cause css to not load in safari with default config? seems it's requesting https instead of http in local dev I also tried setting
'upgrade-insecure-requests': false
'upgrade-insecure-requests': false
1 replies
NNuxt
Created by Likonima on 8/5/2023 in #❓・help
[Nuxt 3 - router] keeps y position
Im struggling to fix nuxt and router. it sticks to current y pos on routing, even though i added
// router.options.ts
import type { RouterConfig } from '@nuxt/schema'
export default <RouterConfig>{
scrollBehavior () {
return { top: 0 }
}
}
// router.options.ts
import type { RouterConfig } from '@nuxt/schema'
export default <RouterConfig>{
scrollBehavior () {
return { top: 0 }
}
}
3 replies