refactor: remove custom confirmation page
This commit is contained in:
parent
caacdcb9ad
commit
87089d9efe
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="feedback-form">
|
<div class="feedback-form">
|
||||||
<form netlify netlify-honeypot method="post" action="/feedback">
|
<form netlify netlify-honeypot method="post">
|
||||||
<p class="hidden">
|
<p class="hidden">
|
||||||
<label>
|
<label>
|
||||||
Don’t fill this out if you’re human: <input name="bot-field" />
|
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