This commit is contained in:
Unknown 2025-03-07 12:11:39 -07:00
parent 5cf0b866dd
commit 5bca59d3d2
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View file

@ -2,8 +2,7 @@
# Get your API key at: https://www.last.fm/api/account/create # Get your API key at: https://www.last.fm/api/account/create
VITE_LASTFM_API_KEY=your_api_key_here VITE_LASTFM_API_KEY=your_api_key_here
VITE_LASTFM_USERNAME=your_lastfm_username VITE_LASTFM_USERNAME=your_lastfm_username
VITE_SIMPLYLURAL_API_KEY=YourSPKey
# CloudFlare Configuration
# Get these from your Cloudflare dashboard: https://dash.cloudflare.com/ # Get these from your Cloudflare dashboard: https://dash.cloudflare.com/
CLOUDFLARE_API_TOKEN=your_cloudflare_api_token CLOUDFLARE_API_TOKEN=your_cloudflare_api_token
CLOUDFLARE_ACCOUNT_ID=your_cloudflare_account_id CLOUDFLARE_ACCOUNT_ID=your_cloudflare_account_id

View file

@ -20,7 +20,7 @@ const AboutPage = () => {
<FoxCard className="header-card"> <FoxCard className="header-card">
<h1 className="text-glow">About Me</h1> <h1 className="text-glow">About Me</h1>
<p className="text-gradient"> <p className="text-gradient">
Transfem Foxgirl {age} years old Programmer & Streamer End ProtoFoxes They/Them {age} years old Programmer & Streamer
</p> </p>
</FoxCard> </FoxCard>