diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 2dff0cf..9586712 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -23,14 +23,3 @@ const { title } = Astro.props - - diff --git a/src/pages/index.astro b/src/pages/index.astro index 8a35ceb..7683155 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -6,6 +6,6 @@ import Greeting from "../components/Greeting.svelte"

Welcome to bitbloxhub's website

- +
diff --git a/tsconfig.json b/tsconfig.json index 77da9dd..c4f5786 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,7 @@ { - "extends": "astro/tsconfigs/strict" + "extends": "astro/tsconfigs/strict", + "exclude": [ + "./dist/", + "./node_modules/" + ] } \ No newline at end of file