fix: update page route name

Co-authored-by: Tara Z. Manicsic <tzmanics@gmail.com>
This commit is contained in:
Ben Hong 2022-02-23 08:39:57 -08:00 committed by GitHub
parent 9429a3c1df
commit 04b42bb605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ communicate that this is a field not meant to be filled in.
For this to work we also need to add a `netlify-honeypot` attribute to the form element. For this to work we also need to add a `netlify-honeypot` attribute to the form element.
```html ```html
<form netlify netlify-honeypot action="/testpage" method="post"></form> <form netlify netlify-honeypot action="/feedback" method="post"></form>
``` ```
[See it here in the template code.](https://github.com/netlify-templates/nuxt-toolbox/blob/abb24c52738d79bcd11ff8a1bc70e0d2d250e7f1/components/feedbackForm.vue#L3) [See it here in the template code.](https://github.com/netlify-templates/nuxt-toolbox/blob/abb24c52738d79bcd11ff8a1bc70e0d2d250e7f1/components/feedbackForm.vue#L3)