fix: update attribution text in Activity section & changed ports
Build Check / push-image (push) Successful in 2m11s
Build Check / deploy-coolify (push) Successful in 7s
Build Check / build (push) Successful in 48s

This commit is contained in:
Space-Banane
2026-06-04 23:01:50 +02:00
parent ffdf9dabdc
commit 1148f6f22a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ Run the development server:
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) in your browser.
Open [http://localhost:5173](http://localhost:5173) in your browser.
## Production Build
+1 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"packageManager": "pnpm@10.30.3",
"scripts": {
"dev": "next dev",
"dev": "next dev -p 5173",
"build": "next build",
"start": "next start",
"lint": "eslint"
+1 -1
View File
@@ -54,7 +54,7 @@ export function Activity() {
<div>
<p className="text-center text-gray-500 text-sm">
Data from my <strong>public</strong>{" "}
Data from my & my agents <strong>public</strong>{" "}
<a
href="https://github.com/Space-Banane"
className="text-blue-400 hover:underline"