Footer Configuration Instructions
About 58 wordsLess than 1 minute
2025-08-17
Now, let's configure the footer
export const footerConfig: FooterConfig = {
enable: false, // Whether to enable Footer HTML injection
};
First, set enable
to true
Edit the FooterConfig.html file and add your desired HTML code, for example:
<p>This is an example footer</p>