Disable Dark Reader explicitly as the site already has a dark theme. (#10)

This commit is contained in:
Alessandro Jean 2023-08-31 16:34:35 -03:00 committed by GitHub
parent c350e5011f
commit 1f91c4bafe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,8 @@
import type { HeadConfig } from "vitepress"; import type { HeadConfig } from "vitepress";
const headConfig: HeadConfig[] = [ const headConfig: HeadConfig[] = [
["meta", { name: "darkreader-lock" }],
["meta", { name: "theme-color", content: "#818CF8" }], ["meta", { name: "theme-color", content: "#818CF8" }],
["meta", { name: "msapplication-TileColor", content: "#818CF8" }], ["meta", { name: "msapplication-TileColor", content: "#818CF8" }],