Skip to content
Snippets Groups Projects
Commit 50a1462f authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

fix

parent c3e045ee
No related branches found
No related tags found
No related merge requests found
Pipeline #150163 passed
export default defineNuxtRouteMiddleware((to, from) => {
const runtimeConfig = useRuntimeConfig()
const appConfig
const isMaintenance = runtimeConfig?.public?.maintenance === true
if (!isMaintenance) return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment