Skip to content

Commit 0fe96c2

Browse files
committed
chore: update main and fix type error
1 parent 7c68748 commit 0fe96c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/next/src/config.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export function defineNextJsServerConfig<
7878
const radixRouter = createRouter<RouterData>()
7979

8080
radixRouter.insert('/collections', {
81+
requiredAuthentication: true,
8182
view(args: { serverConfig: ServerConfig }) {
8283
return (
8384
<CollectionLayout serverConfig={args.serverConfig}>

0 commit comments

Comments
 (0)