We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d75b8 commit 785dfa5Copy full SHA for 785dfa5
project/src/pages/contact.astro
@@ -11,7 +11,7 @@ import Layout from '../layouts/Layout.astro';
11
12
<form class="form" action="https://formspree.io/f/xeeqkogd" method="POST">
13
14
- <input type="hidden" name="_next" value={`${import.meta.env.BASE_URL}contact2`} />
+ <input type="hidden" name="_next" value="https://silv3rp.github.io/project/contact2/" />
15
16
<label for="name">Name:</label><br>
17
0 commit comments