Update build script; update contact path
This commit is contained in:
parent
90e80ed639
commit
e79cdd3ce8
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ title: Contact
|
||||||
document.querySelector('input[name="submit_time"]').value = parseInt((Date.now() - accessTime) / 1000, 10);
|
document.querySelector('input[name="submit_time"]').value = parseInt((Date.now() - accessTime) / 1000, 10);
|
||||||
}
|
}
|
||||||
</script>
|
</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="redirect" value="/contact/thanks.html">
|
||||||
<input type="hidden" name="subject" value="ERCH Contact Form">
|
<input type="hidden" name="subject" value="ERCH Contact Form">
|
||||||
<input type="hidden" name="submit_time" value="0">
|
<input type="hidden" name="submit_time" value="0">
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "eleventy --serve",
|
"start": "eleventy --serve",
|
||||||
"build": "NODE_ENV=production eleventy"
|
"build": "NODE_ENV=production eleventy"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue