diff --git a/public/browserconfig.xml b/public/browserconfig.xml
index b3930d0..c72ce54 100644
--- a/public/browserconfig.xml
+++ b/public/browserconfig.xml
@@ -2,8 +2,8 @@
-
- #da532c
+
+ #2563eb
diff --git a/public/og-default.svg b/public/og-default.svg
new file mode 100644
index 0000000..48d6778
--- /dev/null
+++ b/public/og-default.svg
@@ -0,0 +1,8 @@
+
diff --git a/public/robots.txt b/public/robots.txt
index aa58dd5..8de2a3e 100644
--- a/public/robots.txt
+++ b/public/robots.txt
@@ -1,4 +1,4 @@
User-agent: *
Allow: /
-Sitemap: https://www.example.com/sitemap.xml
\ No newline at end of file
+Sitemap: https://avinal.space/sitemap-index.xml
\ No newline at end of file
diff --git a/public/site.webmanifest b/public/site.webmanifest
index b5da05a..fe5f35a 100644
--- a/public/site.webmanifest
+++ b/public/site.webmanifest
@@ -1,19 +1,21 @@
{
- "name": "Avinal's Personal Website",
- "short_name": "Fedoraemon",
- "icons": [
- {
- "src": "/android-chrome-192x192.png",
- "sizes": "192x192",
- "type": "image/png"
- },
- {
- "src": "/android-chrome-512x512.png",
- "sizes": "512x512",
- "type": "image/png"
- }
- ],
- "theme_color": "#ffffff",
- "background_color": "#ffffff",
- "display": "standalone"
+ "name": "Avinal's Personal Website",
+ "short_name": "avinal.space",
+ "start_url": "/",
+ "icons": [
+ {
+ "src": "/logo-static.svg",
+ "sizes": "any",
+ "type": "image/svg+xml"
+ },
+ {
+ "src": "/logo-static.svg",
+ "sizes": "any",
+ "type": "image/svg+xml",
+ "purpose": "maskable"
+ }
+ ],
+ "theme_color": "#2563eb",
+ "background_color": "#fafafa",
+ "display": "standalone"
}