diff --git a/src/proxy.js b/src/proxy.js new file mode 100644 index 00000000..0ea66058 --- /dev/null +++ b/src/proxy.js @@ -0,0 +1,5 @@ +export { proxy } from "./dashboardGuard"; + +export const config = { + matcher: ["/", "/dashboard/:path*"], +};