Sponsor button

This commit is contained in:
Unknown 2025-04-09 13:16:09 -07:00
parent 56ea178809
commit 90f9a1e5f3
No known key found for this signature in database
2 changed files with 12 additions and 7 deletions

View file

@ -49,6 +49,16 @@ const Navbar = () => {
<Twitch size={20} />
<span>Stream</span>
</a>
<div className="nav-link">
<iframe
src="https://github.com/sponsors/EndofTimee/button"
title="Sponsor EndofTimee"
height="32"
width="114"
style={{ border: 0, borderRadius: '6px' }}
></iframe>
</div>
</div>
</div>
</nav>

View file

@ -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