feat: convert site to astro via codex
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function preventUnwiredFormSubmission(form: HTMLFormElement) {
|
||||
form.addEventListener('submit', (event) => event.preventDefault());
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
export const AIA_API_BASE = import.meta.env.PUBLIC_AIA_API_BASE || 'https://api.azinstitute4autism.com';
|
||||
@@ -0,0 +1,3 @@
|
||||
export function closeMobileNavigation(details: HTMLDetailsElement) {
|
||||
details.open = false;
|
||||
}
|
||||
Reference in New Issue
Block a user