mirror of
https://github.com/System-End/My-website.git
synced 2026-04-19 22:05:07 +00:00
Sponsor button
This commit is contained in:
parent
56ea178809
commit
90f9a1e5f3
2 changed files with 12 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue