mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-20 23:22:00 +01:00
Disable Dark Reader explicitly as the site already has a dark theme. (#10)
This commit is contained in:
parent
c350e5011f
commit
1f91c4bafe
@ -1,6 +1,8 @@
|
||||
import type { HeadConfig } from "vitepress";
|
||||
|
||||
const headConfig: HeadConfig[] = [
|
||||
["meta", { name: "darkreader-lock" }],
|
||||
|
||||
["meta", { name: "theme-color", content: "#818CF8" }],
|
||||
["meta", { name: "msapplication-TileColor", content: "#818CF8" }],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user