This commit is contained in:
Andras Schmelczer 2026-05-31 11:13:13 +01:00
parent ff6c7f6f68
commit 35a962935c
58 changed files with 5642 additions and 151 deletions

BIN
public/og-image.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB

4
public/robots.txt Normal file
View file

@ -0,0 +1,4 @@
User-agent: *
Allow: /
Sitemap: https://schmelczer.dev/photos/sitemap.xml

15
public/site.webmanifest Normal file
View file

@ -0,0 +1,15 @@
{
"name": "Photos - András Schmelczer",
"short_name": "Photos",
"start_url": ".",
"display": "standalone",
"background_color": "#eeeeee",
"theme_color": "#a63446",
"icons": [
{
"src": "favicon.svg",
"sizes": "64x64",
"type": "image/svg+xml"
}
]
}

6
public/sitemap.xml Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://schmelczer.dev/photos/</loc>
</url>
</urlset>