diff --git a/index.html b/index.html index 9f3ead64..30ad9312 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,9 @@ + 또랑 + + + + + + + + + + +
diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png index ff0618d7..d5d37979 100644 Binary files a/public/apple-touch-icon.png and b/public/apple-touch-icon.png differ diff --git a/public/favicon-96x96.png b/public/favicon-96x96.png index 5e063bb1..cb6872b1 100644 Binary files a/public/favicon-96x96.png and b/public/favicon-96x96.png differ diff --git a/public/favicon.ico b/public/favicon.ico index 781a1289..195f6dbb 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/favicon.svg b/public/favicon.svg index f89f2066..350baf45 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1,13 +1,4 @@ - - - - - - - - - - - + + + + diff --git a/public/og-image.png b/public/og-image.png new file mode 100644 index 00000000..8d9820cc Binary files /dev/null and b/public/og-image.png differ diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 00000000..23654558 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,8 @@ +User-agent: * +Allow: / +Disallow: /dev +Disallow: /auth/callback + +Sitemap: https://ttorang.com/sitemap.xml + +#DaumWebMasterTool:a156121360345cf19b1246a7aff4562c93dcb6cd0fc0273cc6a6f74351424ca6:epG3XsgQs63qHOAcJoVUhQ== diff --git a/public/site.webmanifest b/public/site.webmanifest index b75446f3..a4237e05 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -6,16 +6,28 @@ "src": "/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", - "purpose": "maskable" + "purpose": "any" }, { "src": "/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", + "purpose": "any" + }, + { + "src": "/web-app-manifest-192x192-maskable.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512-maskable.png", + "sizes": "512x512", + "type": "image/png", "purpose": "maskable" } ], - "theme_color": "#ffffff", - "background_color": "#ffffff", + "theme_color": "#4F5BFF", + "background_color": "#F8FAFF", "display": "standalone" -} \ No newline at end of file +} diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 00000000..8c5d4274 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,8 @@ + + + + https://ttorang.com/ + daily + 1.0 + + diff --git a/public/web-app-manifest-192x192-maskable.png b/public/web-app-manifest-192x192-maskable.png new file mode 100644 index 00000000..0d2524ad Binary files /dev/null and b/public/web-app-manifest-192x192-maskable.png differ diff --git a/public/web-app-manifest-192x192.png b/public/web-app-manifest-192x192.png index 797fa9ed..f9bb7cfa 100644 Binary files a/public/web-app-manifest-192x192.png and b/public/web-app-manifest-192x192.png differ diff --git a/public/web-app-manifest-512x512-maskable.png b/public/web-app-manifest-512x512-maskable.png new file mode 100644 index 00000000..a2a24f0b Binary files /dev/null and b/public/web-app-manifest-512x512-maskable.png differ diff --git a/public/web-app-manifest-512x512.png b/public/web-app-manifest-512x512.png index 31d60308..82bc3ea3 100644 Binary files a/public/web-app-manifest-512x512.png and b/public/web-app-manifest-512x512.png differ