Skip to content

Commit

Permalink
middleware fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sspenst committed May 15, 2024
1 parent 557b7c1 commit 98b546f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const PUBLIC_FILE = /\.(.*)$/;

// pages that are allowed to be accessed without a subdomain (GameId.THINKY)
const noSubdomainPages = new Set([
'achievement',
'admin',
'api',
'confirm-email',
Expand Down

0 comments on commit 98b546f

Please sign in to comment.