Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix
  • Loading branch information
Aslam97 committed Sep 10, 2024
commit d975333802f6b4a6209e95cdd0167408598bfd78
2 changes: 2 additions & 0 deletions web/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

.ronin
3 changes: 2 additions & 1 deletion web/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const ROUTE_PATTERNS = {
"/profile(.*)",
"/search(.*)",
"/settings(.*)",
"/tauri(.*)"
"/tauri(.*)",
"/onboarding(.*)"
]
}

Expand Down