Skip to content

Commit 89d8044

Browse files
committed
fix: actually no dark reader
1 parent 5bbd928 commit 89d8044

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
/>
1818
<meta property="og:locale" content="en_US" />
1919
<meta charset="UTF-8" />
20+
<meta name="darkreader-lock">
2021
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
2122

2223
<title>EDM115 - French dev/student/gamer/music producer</title>

src/App.vue

+1-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ function toggleTheme() {
104104
}
105105
106106
useHead({
107-
title: "EDM115 - French dev/student/gamer/music producer",
108-
meta: [{ name: "darkreader-lock" }]
107+
title: "EDM115 - French dev/student/gamer/music producer"
109108
})
110109
111110
onMounted(() => {

0 commit comments

Comments
 (0)