Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"linked": [],
"access": "public",
"baseBranch": "main",
"privatePackages": false,
"updateInternalDependencies": "patch",
"ignore": []
}
2 changes: 2 additions & 0 deletions .changeset/few-foxes-say.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
13 changes: 11 additions & 2 deletions playground/play.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Posecode Playground: Write and Preview 3D Human Movement as Text</title>
<link rel="icon" type="image/png" sizes="192x192" href="/favicon-192.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link
rel="icon"
type="image/png"
sizes="192x192"
href="https://www.posecode.org/favicon-192.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="https://www.posecode.org/apple-touch-icon.png"
/>
<meta
name="description"
content="Try Posecode live: paste text from ChatGPT, Claude, or Gemini and watch it animate a 3D figure. Browse a library of movements across fitness, physiotherapy, yoga, and dance."
Expand Down
6 changes: 6 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"buildCommand": "npm run build -w playground",
"outputDirectory": "playground/dist",
"redirects": [
{
"source": "/:path*",
"has": [{ "type": "host", "value": "posecode.org" }],
"destination": "https://www.posecode.org/:path*",
"permanent": true
},
{ "source": "/index.html", "destination": "/", "permanent": true },
{ "source": "/play.html", "destination": "/play", "permanent": true },
{ "source": "/for-products.html", "destination": "/for-products", "permanent": true }
Expand Down