chore: update application configuration and UI components for improved styling and functionality
This commit is contained in:
parent
0af6b17792
commit
37ab8d7bab
54 changed files with 23293 additions and 1666 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export default defineNuxtRouteMiddleware((to) => {
|
||||
// Skip middleware for wizard and API routes
|
||||
if (to.path === "/wizard" || to.path.startsWith("/api/")) {
|
||||
// Skip middleware for wizard, templates, and API routes
|
||||
if (to.path === "/wizard" || to.path.startsWith("/templates") || to.path.startsWith("/api/")) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue