Skip to content

Commit

Permalink
style: Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixpereira committed Jan 15, 2024
1 parent b2cc8f0 commit 05980e1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
12 changes: 9 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions src/middleware.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
import {authMiddleware} from '@clerk/nextjs';
import { authMiddleware } from '@clerk/nextjs';

export default authMiddleware({
publicRoutes: [
'/',
'/not-found',
'/about',
'/events',
'/sponsors',
'/contact',
'/sign-in',
'/join-us',
'/forgot-password',
],
publicRoutes: [
'/',
'/not-found',
'/about',
'/events',
'/sponsors',
'/contact',
'/sign-in',
'/join-us',
'/forgot-password',
],
});

export const config = {
matcher: ['/((?!.+\\.[\\w]+$|_next).*)', '/', '/(api|trpc)(.*)'],
matcher: ['/((?!.+\\.[\\w]+$|_next).*)', '/', '/(api|trpc)(.*)'],
};

0 comments on commit 05980e1

Please sign in to comment.