export default defineNuxtPlugin((nuxtApp) => { nuxtApp.hook('page:start', () => { clearStaticError() }) })