fix custom domain warning

This commit is contained in:
Forms Dev
2023-12-21 16:08:05 +05:30
parent 5a07064eee
commit aa38aac626
3 changed files with 2 additions and 11 deletions

View File

@@ -55,8 +55,5 @@ export default defineNuxtConfig({
},
'~/components',
],
routeRules: { ... cachedRoutes},
devServer: {
https: true,
}
routeRules: { ... cachedRoutes}
})