mirror of
https://github.com/System-End/My-website.git
synced 2026-04-19 19:45:10 +00:00
fix: update environment config and about page
This commit is contained in:
parent
e4ccdd2b4e
commit
967939987d
2 changed files with 2 additions and 3 deletions
|
|
@ -2,8 +2,7 @@
|
|||
# Get your API key at: https://www.last.fm/api/account/create
|
||||
VITE_LASTFM_API_KEY=your_api_key_here
|
||||
VITE_LASTFM_USERNAME=your_lastfm_username
|
||||
|
||||
# CloudFlare Configuration
|
||||
VITE_SIMPLYLURAL_API_KEY=YourSPKey
|
||||
# Get these from your Cloudflare dashboard: https://dash.cloudflare.com/
|
||||
CLOUDFLARE_API_TOKEN=your_cloudflare_api_token
|
||||
CLOUDFLARE_ACCOUNT_ID=your_cloudflare_account_id
|
||||
|
|
@ -20,7 +20,7 @@ const AboutPage = () => {
|
|||
<FoxCard className="header-card">
|
||||
<h1 className="text-glow">About Me</h1>
|
||||
<p className="text-gradient">
|
||||
Transfem Foxgirl • {age} years old • Programmer & Streamer
|
||||
End • ProtoFoxes • They/Them • {age} years old • Programmer & Streamer
|
||||
</p>
|
||||
</FoxCard>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue