Adding share page

This commit is contained in:
Jay V
2025-05-26 16:36:30 -04:00
parent 25623d1f84
commit deacf5991a
7 changed files with 564 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
"exclude": ["dist"],
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "solid-js"
}
}