Move media assets into Astro locations
This commit is contained in:
parent
2e02e52661
commit
c7e8edfbf4
100 changed files with 40 additions and 196 deletions
23
public/site.webmanifest
Normal file
23
public/site.webmanifest
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Andras Schmelczer",
|
||||
"short_name": "Schmelczer",
|
||||
"description": "Andras Schmelczer writes about software systems, AI deployment, graphics, simulations, and tools.",
|
||||
"lang": "en",
|
||||
"id": "/",
|
||||
"categories": ["education", "personal", "technology"],
|
||||
"icons": [
|
||||
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
|
||||
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" },
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#fbfaf7",
|
||||
"background_color": "#fbfaf7",
|
||||
"display": "standalone",
|
||||
"start_url": "/",
|
||||
"scope": "/"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue