From 3992f36daaf5a68ab4c5e1a2c33f91c3b9921306 Mon Sep 17 00:00:00 2001 From: NotTacoz Date: Mon, 7 Jul 2025 22:31:07 +0800 Subject: [PATCH 1/5] fixed committee members --- nuxt.config.js | 10 +++++++++- pages/about.vue | 7 +------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index dd02723f..7ac30fc9 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -5,7 +5,15 @@ export default { plugins: ["~/plugins/loadscript.js", "~/plugins/bootstrap.js", "~/plugins/lazyimage.js"], modules: ["@nuxt/content"], build: { - transpile: ["vue-plugin-load-script", "@nuxtjs/fontawesome", "vue-agile"] + transpile: ["vue-plugin-load-script", "@nuxtjs/fontawesome", "vue-agile"], + loaders: { + scss: { + implementation: require('sass'), + sassOptions: { + fiber: false + } + } + } }, generate: { diff --git a/pages/about.vue b/pages/about.vue index 1f84b7bb..8695d82e 100644 --- a/pages/about.vue +++ b/pages/about.vue @@ -99,7 +99,7 @@ @@ -166,11 +166,6 @@ name="Candle Visidsiri" /> - - - From 5b002df7170ff645e0d841191ef47f4304a29423 Mon Sep 17 00:00:00 2001 From: NotTacoz Date: Mon, 7 Jul 2025 22:57:35 +0800 Subject: [PATCH 2/5] fix doule quotes error --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 7ac30fc9..9d765cd8 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -8,7 +8,7 @@ export default { transpile: ["vue-plugin-load-script", "@nuxtjs/fontawesome", "vue-agile"], loaders: { scss: { - implementation: require('sass'), + implementation: require("sass"), sassOptions: { fiber: false } From e984d3dc200ed28ff4d9d9971fb42e9f6e691078 Mon Sep 17 00:00:00 2001 From: Justis Koh Date: Tue, 8 Jul 2025 12:31:24 +0000 Subject: [PATCH 3/5] Deleted duplicate --- pages/about.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/about.vue b/pages/about.vue index 8695d82e..4fa2f176 100644 --- a/pages/about.vue +++ b/pages/about.vue @@ -99,7 +99,7 @@ @@ -163,7 +163,7 @@ From 24a212a13b8bc5e1c6deebc9cadbcf7d6cd9624a Mon Sep 17 00:00:00 2001 From: NotTacoz Date: Tue, 8 Jul 2025 21:12:06 +0800 Subject: [PATCH 4/5] reverted nuxt config changes cos it works in dev contaienr box --- nuxt.config.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 9d765cd8..cba44c17 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -5,15 +5,7 @@ export default { plugins: ["~/plugins/loadscript.js", "~/plugins/bootstrap.js", "~/plugins/lazyimage.js"], modules: ["@nuxt/content"], build: { - transpile: ["vue-plugin-load-script", "@nuxtjs/fontawesome", "vue-agile"], - loaders: { - scss: { - implementation: require("sass"), - sassOptions: { - fiber: false - } - } - } + transpile: ["vue-plugin-load-script", "@nuxtjs/fontawesome", "vue-agile"] }, generate: { @@ -71,4 +63,4 @@ export default { { rel: "icon", href: "/favicon.ico" } ] } -} +} \ No newline at end of file From df610e2b2fec4c94c4ae53aabee2ef32ed56d13b Mon Sep 17 00:00:00 2001 From: NotTacoz Date: Tue, 8 Jul 2025 21:24:11 +0800 Subject: [PATCH 5/5] eslint issue FIXED --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index cba44c17..dd02723f 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -63,4 +63,4 @@ export default { { rel: "icon", href: "/favicon.ico" } ] } -} \ No newline at end of file +}