Skip to content

Commit 785dfa5

Browse files
committed
Update contact file
1 parent e8d75b8 commit 785dfa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/src/pages/contact.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Layout from '../layouts/Layout.astro';
1111

1212
<form class="form" action="https://formspree.io/f/xeeqkogd" method="POST">
1313

14-
<input type="hidden" name="_next" value={`${import.meta.env.BASE_URL}contact2`} />
14+
<input type="hidden" name="_next" value="https://silv3rp.github.io/project/contact2/" />
1515

1616
<label for="name">Name:</label><br>
1717

0 commit comments

Comments
 (0)