+
{t("modern")}
@@ -86,4 +87,8 @@ const t = makeT(Astro.params.lang);
+
diff --git a/tsconfig.json b/tsconfig.json
index c94dcf5..07c91c8 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -5,7 +5,6 @@
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
- "baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}