diff --git a/dprint.json b/dprint.json index 5aba2ae..f35b3fc 100644 --- a/dprint.json +++ b/dprint.json @@ -23,4 +23,4 @@ "https://plugins.dprint.dev/g-plane/markup_fmt-v0.11.0.wasm", "https://plugins.dprint.dev/g-plane/pretty_yaml-v0.4.0.wasm" ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index d3fa17f..8cf053f 100644 --- a/package.json +++ b/package.json @@ -37,4 +37,4 @@ "typescript": "^5.2.2" }, "packageManager": "bun@1.0.25" -} \ No newline at end of file +} diff --git a/src/pages/index.astro b/src/pages/index.astro index 162170f..86baf74 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -22,8 +22,8 @@ import Layout from "@layout/layout.astro";

Check our discord for infomation or updates + href="/discord" + >discord for infomation or updates

diff --git a/tsconfig.json b/tsconfig.json index 455dcb1..ffcd549 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,12 +8,24 @@ ], "baseUrl": ".", "paths": { - "@layout/*": ["src/layouts/*"], - "@component/*": ["src/components/*"], - "@scripts/*": ["src/scripts/*"], - "@styles/*": ["src/styles/*"], - "@assets/*": ["src/assets/*"] + "@layout/*": [ + "src/layouts/*" + ], + "@component/*": [ + "src/components/*" + ], + "@scripts/*": [ + "src/scripts/*" + ], + "@styles/*": [ + "src/styles/*" + ], + "@assets/*": [ + "src/assets/*" + ] }, - "types": ["bun-types"] + "types": [ + "bun-types" + ] } }