From 79b1321b9754e891f3be82b9d4b445c1240dc9ef Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 26 Nov 2025 03:22:57 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20publicPath=20=E9=80=82?= =?UTF-8?q?=E9=85=8D=E8=87=AA=E5=AE=9A=E4=B9=89=E5=9F=9F=E5=90=8D=20l2k.te?= =?UTF-8?q?ch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/vue.config.js b/vue.config.js index 7d94ed6..caf1fbf 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,5 +1,6 @@ -if (process.env.NODE_ENV === 'production'){ - module.exports = { - publicPath: '/kalman/' - } +module.exports = { + publicPath: process.env.NODE_ENV === 'production' ? '/' : '/', + outputDir: 'dist', + assetsDir: '', + productionSourceMap: false } \ No newline at end of file From 5953636fc801bb575e2a0eec6031f4d7ac7aa183 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 26 Nov 2025 03:24:31 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20CNAME=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BB=A5=E6=94=AF=E6=8C=81=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E5=9F=9F=E5=90=8D=20www.l2k.tech?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/CNAME diff --git a/public/CNAME b/public/CNAME new file mode 100644 index 0000000..200376b --- /dev/null +++ b/public/CNAME @@ -0,0 +1 @@ +www.l2k.tech \ No newline at end of file