Skip to content

Commit

Permalink
Merge pull request #2 from allaboutapps/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
gottfired authored Aug 12, 2024
2 parents 53b033e + e11e1c3 commit 07b9347
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,15 @@ Run `yarn codegen local <file_name>` 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

Binary file modified src/app/favicon.ico
Binary file not shown.
Binary file added src/app/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 07b9347

Please sign in to comment.