refactor: remove custom confirmation page
This commit is contained in:
parent
caacdcb9ad
commit
87089d9efe
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="feedback-form">
|
||||
<form netlify netlify-honeypot method="post" action="/feedback">
|
||||
<form netlify netlify-honeypot method="post">
|
||||
<p class="hidden">
|
||||
<label>
|
||||
Don’t fill this out if you’re human: <input name="bot-field" />
|
||||
|
@ -1,6 +0,0 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1>Thanks for your feedback!</h1>
|
||||
<NuxtLink to="/">Home</NuxtLink>
|
||||
</div>
|
||||
</template>
|
Loading…
x
Reference in New Issue
Block a user