From b570e364b92f104b976adb7cf5ee9ec11eea9f4a Mon Sep 17 00:00:00 2001 From: frankporras Date: Wed, 10 Apr 2024 09:42:48 +0200 Subject: [PATCH 01/52] - example commit --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index e4bd3bd..34651e1 100644 --- a/src/main.ts +++ b/src/main.ts @@ -15,7 +15,7 @@ const host = window.location.host; const parts = host.split("."); // const domainLength = 2; // route1.example.com => domain length = 3 let router, app; -// let routes; +// exmample change if (parts[0] === "doi") { router = route1; app = App2; From debccc2e53fb0df373d1d58d602122d37943bbf2 Mon Sep 17 00:00:00 2001 From: frankporras Date: Tue, 30 Apr 2024 11:28:46 +0200 Subject: [PATCH 02/52] Test --- src/App.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/App.vue b/src/App.vue index a832a18..bd0156e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,4 +1,7 @@ diff --git a/vue.config.cjs b/vue.config.cjs index 539ff81..a15c57a 100644 --- a/vue.config.cjs +++ b/vue.config.cjs @@ -5,6 +5,7 @@ const webpack = require("webpack"); const { VueLoaderPlugin } = require("vue-loader"); module.exports = { + lintOnSave: false, publicPath: "/", chainWebpack: (config) => { const vueRule = config.module.rule("vue"); From 1f855b9629c388592fbb7abf977bd580ff1d73aa Mon Sep 17 00:00:00 2001 From: frankporras Date: Thu, 2 May 2024 11:06:48 +0200 Subject: [PATCH 04/52] Fixing last changes of logos in bottom of main page --- src/App.vue | 6 +++--- src/views/home-view/home-view-component.vue | 13 +++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/App.vue b/src/App.vue index b9d94d2..09d8b43 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,13 +1,13 @@