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 --- index.html | 3 ++- vite.config.js | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index a40a2af..450edb4 100644 --- a/index.html +++ b/index.html @@ -2,10 +2,11 @@ + Tilo: Interactive Tree of Life - +
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