Skip to content

Commit

Permalink
logo.jpg -> icon.jpg in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jul 6, 2024
1 parent a1636ae commit 8a0e9d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/runtime/metadata.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:

<Files>
<File name="logo.jpg" />
<File name="icon.jpg" />
<File name="package.json" />
<Folder name="src" defaultOpen>
<File name="main.ts" />
Expand Down

0 comments on commit 8a0e9d1

Please sign in to comment.