fix: ios player
This commit is contained in:
@@ -11,7 +11,7 @@ import { defineConfig } from "vite";
|
||||
export default defineConfig({
|
||||
server: {
|
||||
proxy: {
|
||||
'^/static': {
|
||||
'^/poster': {
|
||||
target: 'http://localhost:9600',
|
||||
changeOrigin: true,
|
||||
// rewrite: (path) => path.replace(/^\/api/, '')
|
||||
|
||||
Reference in New Issue
Block a user