Skip to content

Commit faed5fa

Browse files
committed
feat: also verify no netlify forms for APP_PAGE
1 parent 1916736 commit faed5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/content/prerendered.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export const copyPrerenderedContent = async (ctx: PluginContext): Promise<void>
171171
}
172172

173173
// Netlify Forms are not support and require a workaround
174-
if (value.kind === 'PAGE') {
174+
if (value.kind === 'PAGE' || value.kind === 'APP_PAGE') {
175175
verifyNoNetlifyForms(ctx, value.html)
176176
}
177177

0 commit comments

Comments
 (0)