We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a2830 commit 6242385Copy full SHA for 6242385
packages/adapter-netlify/internal.d.ts
@@ -6,4 +6,5 @@ declare module 'MANIFEST' {
6
import { SSRManifest } from '@sveltejs/kit';
7
8
export const manifest: SSRManifest;
9
+ export const prerendered: Set<string>;
10
}
0 commit comments