From 0f3b13eea2aa498cfe3b082ced84b2a67bfed9c9 Mon Sep 17 00:00:00 2001 From: Yue Yang Date: Wed, 4 Dec 2024 16:08:47 +0800 Subject: [PATCH] Update custom.mdx --- docs/pages/custom.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/pages/custom.mdx b/docs/pages/custom.mdx index caf84ef7..05516d26 100644 --- a/docs/pages/custom.mdx +++ b/docs/pages/custom.mdx @@ -13,6 +13,10 @@ customCSS = ["css/custom.css"] # Files in the list will be loaded in order. customJS = ["js/custom.js"] ``` + +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. + + ## CSS