8000 Update app-icons.mdx by bbaustin · Pull Request #79344 · vercel/next.js · GitHub
[go: up one dir, main page]

Skip to content
< 8000 div id="start-of-content" class="show-on-focus">

Update app-icons.mdx #79344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: canary
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Add an `apple-icon.(jpg|jpeg|png)` image file.

In addition to using [literal image files](#image-files-ico-jpg-png), you can programmatically **generate** icons using code.

Generate an app icon by creating an `icon` or `apple-icon` route that default exports a function.
Generate an app icon by creating an `icon` or `apple-icon` route in the `/app` directory that default exports a function.

| File convention | Supported file types |
| --------------- | -------------------- |
Expand Down
Loading
0