Compare commits

..

2 Commits

Author SHA1 Message Date
khondokartowsif171 9a5c01b31b feat: wire contact form to Formsubmit.co → khondokartowsif171@gmail.com
Replace non-existent n8n webhook with Formsubmit AJAX endpoint.
Zero backend required — first submission triggers Gmail verification,
after that all inquiries arrive as formatted table emails.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-15 06:50:17 +06:00
khondokar fa95c6e482 fix: add explicit docker-compose.yaml with Traefik labels for auraajenticai.cloud 2026-06-15 17:10:02 +00:00
-17
View File
@@ -1,17 +0,0 @@
{
"cleanUrls": true,
"trailingSlash": false,
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"headers": [
{
"source": "/(.*)",
"headers": [
{ "key": "X-Content-Type-Options", "value": "nosniff" },
{ "key": "X-Frame-Options", "value": "SAMEORIGIN" },
{ "key": "Referrer-Policy", "value": "strict-origin-when-cross-origin" }
]
}
]
}