We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20f7ed commit b43f3a9Copy full SHA for b43f3a9
src/build/verification.ts
@@ -95,6 +95,7 @@ const formDetectionRegex = /<form[^>]*?\s(netlify|data-netlify)[=>\s]/
95
export async function verifyNetlifyFormsWorkaround(ctx: PluginContext) {
96
const srcDir = ctx.resolveFromSiteDir('public')
97
const paths = await glob(join(srcDir, '**/*.html'))
98
+ console.log(join(srcDir, '**/*.html'), paths)
99
try {
100
for (const path of paths) {
101
const html = await readFile(path, 'utf-8')
0 commit comments