You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Create a JavaScript file (e.g., `favicon.js`) in your package's `data/static` folder with the code above
201
+
2. Customize the SVG filename in the `link.href` line, replacing `YourPackage` with your package name and `your_favicon.svg` with your favicon filename
202
+
3. Add the JavaScript file to your interview's `features` block:
203
+
204
+
```yaml
205
+
features:
206
+
javascript:
207
+
- favicon.js
208
+
```
209
+
210
+
The favicon will be updated whenever a new page loads in your interview, overriding the server's default favicon for that specific interview only.
211
+
181
212
### Using dark mode
182
213
183
214
Docassemble by default will show an alternate "dark mode" version of your interview to
0 commit comments