Skip to content

Commit

Permalink
remove hardcoded colorMode
Browse files Browse the repository at this point in the history
  • Loading branch information
dotPast committed Jul 2, 2024
1 parent 5fbf45f commit f58a064
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ a {
<script setup lang="ts">
const route = useRoute();
definePageMeta({
colorMode: 'dark',
})
useSeoMeta({
title: 'dot\'s corner',
ogTitle: 'dot\'s corner',
Expand Down

0 comments on commit f58a064

Please sign in to comment.