Skip to content

Commit c96700d

Browse files
committed
Add verification page to known pages
1 parent 7074785 commit c96700d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/helpers/shared/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const knownPages = [ 'library', 'videos', 'podcasts', 'classes', 'search', 'account', 'login', 'join', 'terms', 'privacy', 'beta', 'faq', 'suggest', 'jobs', 'settings', 'explore' ] as const;
1+
export const knownPages = [ 'library', 'videos', 'podcasts', 'classes', 'search', 'account', 'login', 'join', 'terms', 'privacy', 'beta', 'faq', 'suggest', 'jobs', 'settings', 'explore', 'verify-email' ] as const;
22
export const knownHomePages = [ 'featured', 'originals', 'culture', 'science', 'history', 'podcasts', 'classes' ] as const;
33

44
export const knownRegex = new RegExp(`^\\/(${knownPages.join('|')})(?:\\/(.+))?\\/?$`);

0 commit comments

Comments
 (0)