Skip to content

Commit 1469a82

Browse files
committed
feat: add image fallback handling for university logos and news thumbnails
1 parent dd6188a commit 1469a82

105 files changed

Lines changed: 39421 additions & 21 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/admin/.output/nitro.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"date": "2026-02-01T08:38:48.706Z",
3+
"preset": "node-server",
4+
"framework": {
5+
"name": "nitro",
6+
"version": ""
7+
},
8+
"versions": {
9+
"nitro": "3.0.1-20260131-190432-654aa755"
10+
},
11+
"commands": {
12+
"preview": "node ./server/index.mjs"
13+
},
14+
"config": {}
15+
}

apps/admin/.output/public/assets/client-ByMMc4SQ.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/admin/.output/public/assets/index-C5TecN1M.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/admin/.output/public/assets/login-BFKyXQqT.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/admin/.output/public/assets/main-CMD0s_Sp.js

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/admin/.output/public/assets/styles-BHpgolea.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
3.78 KB
Binary file not shown.
5.22 KB
Loading
9.44 KB
Loading
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"short_name": "TanStack App",
3+
"name": "Create TanStack App Sample",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
},
10+
{
11+
"src": "logo192.png",
12+
"type": "image/png",
13+
"sizes": "192x192"
14+
},
15+
{
16+
"src": "logo512.png",
17+
"type": "image/png",
18+
"sizes": "512x512"
19+
}
20+
],
21+
"start_url": ".",
22+
"display": "standalone",
23+
"theme_color": "#000000",
24+
"background_color": "#ffffff"
25+
}

0 commit comments

Comments
 (0)