diff --git a/README.md b/README.md index 5a91049..825bdb2 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,15 @@ Run `yarn codegen local ` to generate types from a swagger file in yo ### Remote -To use a remote source run `yarn codegen dev`. Don't forget to set a correct `BASE_URL` in +To use a remote source run `yarn codegen dev`. Don't forget to set a correct `BASE_URL` in `swagger-codegen.sh` which can be found in `./scripts`. +## favicon and social media link icons +Favicon can be set using `src/app/favicon.ico` bigger versions can be set using `src/app/icon.png`. Should your +application need more versions, follow the documentation at https://nextjs.org/docs/app/api-reference/file-conventions/metadata/app-icons + +For social media link images you can use this: https://nextjs.org/docs/app/api-reference/file-conventions/metadata/app-icons + +## SEO relevant metadata files +E.g. robots.txt, sitemap, manifest: +See https://nextjs.org/docs/app/api-reference/file-conventions/metadata diff --git a/src/app/favicon.ico b/src/app/favicon.ico index 718d6fe..e9d412e 100644 Binary files a/src/app/favicon.ico and b/src/app/favicon.ico differ diff --git a/src/app/icon.png b/src/app/icon.png new file mode 100644 index 0000000..8249e6f Binary files /dev/null and b/src/app/icon.png differ