refactor: remove custom confirmation page

This commit is contained in:
Ben Hong 2022-02-23 09:29:06 -08:00
parent caacdcb9ad
commit 87089d9efe
2 changed files with 1 additions and 7 deletions

View File

@ -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>
Dont fill this out if youre human: <input name="bot-field" />

View File

@ -1,6 +0,0 @@
<template>
<div>
<h1>Thanks for your feedback!</h1>
<NuxtLink to="/">Home</NuxtLink>
</div>
</template>