mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-19 02:12:48 -05:00
fix recipe static routes
This commit is contained in:
@@ -28,7 +28,7 @@ import AppFloatingButton from "@/components/Layout/AppFloatingButton.vue";
|
||||
export default defineComponent({
|
||||
components: { AppHeader, AppSidebar, AppFloatingButton },
|
||||
// @ts-ignore
|
||||
middleware: process.env.GLOBAL_MIDDLEWARE,
|
||||
// middleware: process.env.GLOBAL_MIDDLEWARE,
|
||||
setup() {
|
||||
return {};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user