Dark mode

This commit is contained in:
2022-02-21 22:57:13 +01:00
parent b480885e7a
commit 0cd8eaf580
13 changed files with 179 additions and 35 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
import { createRouter, createWebHistory } from 'vue-router'
import { createRouter, createWebHashHistory, createWebHistory } from 'vue-router'
import HomeView from '../views/HomeView.vue'
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
history: createWebHashHistory(import.meta.env.BASE_URL),
routes: [
{
path: '/',