mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-20 14:52:13 +00:00
fix darkmode script load
This commit is contained in:
parent
4d3579ca98
commit
0813f127a3
4 changed files with 22 additions and 21 deletions
quartz/components
|
@ -1,3 +1,6 @@
|
|||
// @ts-ignore: this is safe, we don't want to actually make darkmode.inline.ts a module as
|
||||
// modules are automatically deferred and we don't want that to happen for critical beforeDOMLoads
|
||||
// see: https://v8.dev/features/modules#defer
|
||||
import darkmodeScript from "./scripts/darkmode.inline"
|
||||
import styles from '../styles/darkmode.scss'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue