Skip to content

Commit 7f06c9a

Browse files
committed
fix: Update manifest.json paths for /trinity/ base
1 parent e3f9834 commit 7f06c9a

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

website/public/manifest.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,27 @@
22
"name": "TRINITY - Native Ternary Hardware",
33
"short_name": "TRINITY",
44
"description": "100x Faster AI Inference at 99.8% Less Power. Native SU(3) Unitary Core.",
5-
"start_url": "/",
5+
"start_url": "/trinity/",
6+
"scope": "/trinity/",
67
"display": "standalone",
78
"background_color": "#000000",
89
"theme_color": "#00E599",
910
"orientation": "portrait-primary",
1011
"icons": [
1112
{
12-
"src": "/icons/icon-192.svg",
13+
"src": "/trinity/icons/icon-192.svg",
1314
"sizes": "192x192",
1415
"type": "image/svg+xml",
1516
"purpose": "any"
1617
},
1718
{
18-
"src": "/icons/icon-512.svg",
19+
"src": "/trinity/icons/icon-512.svg",
1920
"sizes": "512x512",
2021
"type": "image/svg+xml",
2122
"purpose": "any"
2223
},
2324
{
24-
"src": "/vite.svg",
25+
"src": "/trinity/vite.svg",
2526
"sizes": "any",
2627
"type": "image/svg+xml",
2728
"purpose": "any maskable"

0 commit comments

Comments
 (0)