diff --git a/docs/01-app/05-api-reference/03-file-conventions/01-metadata/app-icons.mdx b/docs/01-app/05-api-reference/03-file-conventions/01-metadata/app-icons.mdx index cd4c91930b5c7..c3b1b1e7c7a13 100644 --- a/docs/01-app/05-api-reference/03-file-conventions/01-metadata/app-icons.mdx +++ b/docs/01-app/05-api-reference/03-file-conventions/01-metadata/app-icons.mdx @@ -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 | | --------------- | -------------------- |