mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	Revert "try to support subdirectory reverse proxy"
This reverts commit a03dd91e40.
			
			
This commit is contained in:
		@@ -1,15 +1,14 @@
 | 
			
		||||
import { defineConfig } from "vite"
 | 
			
		||||
import vue from "@vitejs/plugin-vue"
 | 
			
		||||
import legacy from "@vitejs/plugin-legacy"
 | 
			
		||||
import { defineConfig } from 'vite'
 | 
			
		||||
import vue from '@vitejs/plugin-vue'
 | 
			
		||||
import legacy from '@vitejs/plugin-legacy'
 | 
			
		||||
 | 
			
		||||
// https://vitejs.dev/config/
 | 
			
		||||
export default defineConfig({
 | 
			
		||||
    base: "./",
 | 
			
		||||
    plugins: [
 | 
			
		||||
        vue(),
 | 
			
		||||
        legacy({
 | 
			
		||||
            targets: ["ie > 11"],
 | 
			
		||||
            additionalLegacyPolyfills: ["regenerator-runtime/runtime"]
 | 
			
		||||
        })
 | 
			
		||||
    ]
 | 
			
		||||
  plugins: [
 | 
			
		||||
      vue(),
 | 
			
		||||
      legacy({
 | 
			
		||||
          targets: ['ie > 11'],
 | 
			
		||||
          additionalLegacyPolyfills: ['regenerator-runtime/runtime']
 | 
			
		||||
      })
 | 
			
		||||
  ]
 | 
			
		||||
})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user