Deploy website to GitHub Pages

This commit is contained in:
2026-08-26 20:06:52 -04:00
parent 0c17689368
commit 96d152f592
6 changed files with 87 additions and 12 deletions
+3 -12
View File
@@ -14,11 +14,7 @@
"noUncheckedIndexedAccess": true,
"checkJs": true,
/* Bundled projects */
"lib": [
"dom",
"dom.iterable",
"ES2022"
],
"lib": ["dom", "dom.iterable", "ES2022"],
"noEmit": true,
"module": "ESNext",
"moduleResolution": "Bundler",
@@ -32,9 +28,7 @@
/* Path Aliases */
"baseUrl": ".",
"paths": {
"~/*": [
"./src/*"
]
"~/*": ["./src/*"]
}
},
"include": [
@@ -46,8 +40,5 @@
".next/types/**/*.ts",
".next/dev/types/**/*.ts"
],
"exclude": [
"node_modules",
"generated"
]
"exclude": ["node_modules", "generated", "out"]
}