Update build script; update contact path

This commit is contained in:
Erick Ruiz de Chavez 2021-04-13 08:54:03 -04:00
parent 90e80ed639
commit e79cdd3ce8
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ title: Contact
document.querySelector('input[name="submit_time"]').value = parseInt((Date.now() - accessTime) / 1000, 10);
}
</script>
<form action="/contact/contact.php" method="POST" class="flex flex-col" onsubmit="formSubmit()">
<form action="/_contact/contact.php" method="POST" class="flex flex-col" onsubmit="formSubmit()">
<input type="hidden" name="redirect" value="/contact/thanks.html">
<input type="hidden" name="subject" value="ERCH Contact Form">
<input type="hidden" name="submit_time" value="0">

View file

@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"dev": "eleventy --serve",
"start": "eleventy --serve",
"build": "NODE_ENV=production eleventy"
},
"devDependencies": {