Skip to content

Commit 87b1807

Browse files
committed
feat: expose site.json
1 parent abe2187 commit 87b1807

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { NextResponse } from 'next/server';
2+
3+
import { siteConfig } from '#site/next.json.mjs';
4+
5+
export const GET = () => NextResponse.json(siteConfig);
6+
7+
export const dynamic = 'force-static';

0 commit comments

Comments
 (0)