From 90f9a1e5f34557d8947df5911e8bb0262488fef0 Mon Sep 17 00:00:00 2001 From: Unknown <53575465+EndofTimee@users.noreply.github.com> Date: Wed, 9 Apr 2025 13:16:09 -0700 Subject: [PATCH] Sponsor button --- src/components/Navbar.tsx | 10 ++++++++++ wrangler.toml | 9 ++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index d9191e0..280e85e 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -49,6 +49,16 @@ const Navbar = () => { Stream + +
+ +
diff --git a/wrangler.toml b/wrangler.toml index 6f73c0c..d88518e 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,9 +1,9 @@ -me = "personal-site" +name = "personal-site" main = "src/worker/index.ts" compatibility_date = "2024-02-01" [build] -command = "npm run build" # Changed from build:worker to build +command = "npm run build:worker" [env.production] name = "personal-site" @@ -15,8 +15,3 @@ vars = { ENVIRONMENT = "development" } [dev] port = 8787 - -# Exclude files and directories from deployment -[site] -bucket = "./dist" # Output directory -exclude = [".unused/*"] # Exclude .unused directory