From f0df00add356c0ee4cc8743a9ceeb276ae207715 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 10 Jul 2022 17:30:15 +1000 Subject: Add preload for font --- vite.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'vite.config.js') diff --git a/vite.config.js b/vite.config.js index 900daa2..7352973 100644 --- a/vite.config.js +++ b/vite.config.js @@ -5,9 +5,7 @@ export default defineConfig({ base: '/', plugins: [vue()], server: { - proxy: { - '/data': 'http://localhost:8000' - }, + proxy: {'/data': 'http://localhost:8000'}, watch: { ignored: ['**/backend', '**/public'] }, -- cgit v1.2.3