Skip to content

Commit 07b9347

Browse files
authored
Merge pull request #2 from allaboutapps/dev
Dev
2 parents 53b033e + e11e1c3 commit 07b9347

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,15 @@ Run `yarn codegen local <file_name>` to generate types from a swagger file in yo
104104

105105
### Remote
106106

107-
To use a remote source run `yarn codegen dev`. Don't forget to set a correct `BASE_URL` in
107+
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`.
108108

109+
## favicon and social media link icons
110+
Favicon can be set using `src/app/favicon.ico` bigger versions can be set using `src/app/icon.png`. Should your
111+
application need more versions, follow the documentation at https://nextjs.org/docs/app/api-reference/file-conventions/metadata/app-icons
112+
113+
For social media link images you can use this: https://nextjs.org/docs/app/api-reference/file-conventions/metadata/app-icons
114+
115+
## SEO relevant metadata files
116+
E.g. robots.txt, sitemap, manifest:
117+
See https://nextjs.org/docs/app/api-reference/file-conventions/metadata
109118

src/app/favicon.ico

-24.2 KB
Binary file not shown.

src/app/icon.png

1.76 KB
Loading

0 commit comments

Comments
 (0)