Update middleware.ts

This commit is contained in:
Jared Palmer 2023-06-15 08:37:23 -04:00 committed by GitHub
parent 2231c436cc
commit f72d602885
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
import { authMiddleware } from '@clerk/nextjs' import { authMiddleware } from '@clerk/nextjs'
// @see https://clerk.dev
export default authMiddleware() export default authMiddleware()
export const config = { export const config = {