From 2c46000979b2c9906c5066821c43ddf0ae7ff090 Mon Sep 17 00:00:00 2001 From: Daniel Andreas Wang Date: Thu, 12 Mar 2026 19:01:51 +0100 Subject: set up news fetching --- src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/router/index.ts') diff --git a/src/router/index.ts b/src/router/index.ts index 0f02263..b1ec72f 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -2,7 +2,7 @@ import { createRouter, createWebHistory } from 'vue-router' import HomeView from '../views/HomeView.vue' const router = createRouter({ - history: createWebHistory() + history: createWebHistory(), routes: [ { path: '/', -- cgit