From 49363cbf9e0cd57d54aafabdea6676d7eb9660f5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz>
Date: Sat, 27 Jan 2024 23:59:44 +0100
Subject: [PATCH] Pokus opravit routing

---
 nuxt.config.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/nuxt.config.js b/nuxt.config.js
index 9a71b90..b556030 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -21,7 +21,7 @@ export default {
       { hid: "og:type", property:"og:type", content:"website" },
       { hid: "og:url", property:"og:url", content:"https://www.kalkulacka.one/" },
       { hid: "apple-mobile-web-app-title", name: "apple-mobile-web-app-title", property:"apple-mobile-web-app-title", content:"KalkulaÄŤka.1" }
-      
+
     ],
     link: [
       { rel: 'icon', type: 'image/x-icon', href: '/cs/volby-2021-2050/favicon.ico' }
@@ -84,9 +84,9 @@ export default {
     //   },
     // }
   },
-  router: {
-    base: '/pirati-d9450fcc-e848-4adc-99f8-c4105c142df4/'
-  },
+//  router: {
+//    base: '/pirati-d9450fcc-e848-4adc-99f8-c4105c142df4/'
+//  },
   generate: {
     routes() {
       let arr = [...Array(questions.length + 1).keys()]
-- 
GitLab