Required Configuration
Icons
An Object which contains all the icons used in the website.
Example Usage
Image
backgroundImage
Props
backgroundImage
string
requiredThe background image of the website
favicon
string
requiredThe favicon of the website
noGuildIcon
string
requiredThe image of a guild with no icon
sidebar
Object
requireddarkUrl
string
requiredThe icon of the website when using dark mode
lightUrl
string
requiredThe icon of the website when using light mode
hideName
boolean
requiredWhether you’d like to hide the website name next to the icon
borderRadius
boolean | number
requiredWhether you’d like to set the border radius of the icon
alignCenter
boolean
requiredWhether you’d like to align the icon to the center
If you want to disable the border radius, you can do so by setting this to false.
Was this page helpful?