diff --git a/docs/content/runtime/metadata.mdx b/docs/content/runtime/metadata.mdx index ef4724ee..d81e9ba5 100644 --- a/docs/content/runtime/metadata.mdx +++ b/docs/content/runtime/metadata.mdx @@ -7,7 +7,7 @@ import { File, Folder, Files } from 'fumadocs-ui/components/files'; For distribution, you will likely want to customize the metadata for your application, as well as use a custom icon: * Metadata information can be specified by adding specific fields to the `package.json` file -* The icon can be specified by adding a `logo.jpg` file to the root of your project +* The icon can be specified by adding a `icon.jpg` file to the root of your project ## Title ID @@ -68,10 +68,10 @@ To set the author of your application, add an `author` field to your `package.js ## Icon -To set the icon of your application, add a `logo.jpg` file to the root of your project: +To set the icon of your application, add a `icon.jpg` file to the root of your project: - +