mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2026-02-04 09:25:16 +01:00
Fix index.json example not having customBackgroundFile key
This commit is contained in:
@@ -38,7 +38,8 @@ A full, complete `index.json` will look something like this:
|
||||
"css": ["/index.css"],
|
||||
"js": ["/index.js"]
|
||||
},
|
||||
"customBackgroundURL": "https://website.com/image.png"
|
||||
"customBackgroundURL": "https://website.com/image.png",
|
||||
"customBackgroundFile": "/image.png"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user