Skip to content

Commit

Permalink
Update custom.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed Dec 4, 2024
1 parent 9eba7e7 commit 0f3b13e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/pages/custom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ customCSS = ["css/custom.css"] # Files in the list will be loaded in order.
customJS = ["js/custom.js"]
```

<Callout type="info">
The file paths specified in `customCSS` and `customJS` are related to the `static` folder, so you need to put your custom files in the `static` folder.
</Callout>

## CSS

<Callout>
Expand Down

0 comments on commit 0f3b13e

Please sign in to comment.