File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments