From b6f968582bfe33c232bf087b69b0106cd8f32cfc Mon Sep 17 00:00:00 2001 From: bitbloxhub <45184892+bitbloxhub@users.noreply.github.com> Date: Sun, 23 Jul 2023 12:54:07 -0700 Subject: [PATCH] fix things --- src/layouts/Layout.astro | 11 ----------- src/pages/index.astro | 2 +- tsconfig.json | 6 +++++- 3 files changed, 6 insertions(+), 13 deletions(-) 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