From 57e3bead08715d72efaeffe90fafa179b8366473 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Sat, 18 May 2024 12:02:14 +0800
Subject: [PATCH] 1.RSS更新 2.调整标签hover位置 3.font size

---
 vue.config.js |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index 04b875d..f8025fd 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -37,4 +37,17 @@
 			},
 		},
 	},
+	devServer: {
+		port: 8080,
+		proxy: {
+			'/api': {
+				target: process.env.VUE_APP_API_BASE_URL,
+				ws: false,
+				changeOrigin: true,
+				pathRewrite: {
+					'^/api': '' // 需要rewrite的,
+				}
+			}
+		}
+	},
 };

--
Gitblit v1.9.1