vite configuration

This commit is contained in:
Brandon Liu
2022-05-04 22:34:27 +08:00
parent dacf779989
commit ade6b7508e
5 changed files with 6 additions and 4 deletions

View File

@@ -2,6 +2,5 @@ import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
base:'/PMTiles/',
plugins: [react()]
})