diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-07-10 17:30:15 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-07-10 17:30:15 +1000 |
| commit | f0df00add356c0ee4cc8743a9ceeb276ae207715 (patch) | |
| tree | 32c50d153e7ad1e9d315adaa697ae64b660f5522 /vite.config.js | |
| parent | fe005a4aeb0bc3d384a8702da3a575398dd77ef2 (diff) | |
Add preload <link> for font
Diffstat (limited to 'vite.config.js')
| -rw-r--r-- | vite.config.js | 4 |
1 files changed, 1 insertions, 3 deletions
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'] }, |
