We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3782e2c commit da94b73Copy full SHA for da94b73
vite.config.ts
@@ -7,6 +7,11 @@ import viteCompression from 'vite-plugin-compression'
7
import { ViteMinifyPlugin } from 'vite-plugin-minify'
8
9
export default defineConfig({
10
+ server: {
11
+ headers: {
12
+ 'X-Frame-Options': 'DENY',
13
+ }
14
+ },
15
clearScreen: false,
16
envPrefix: 'MIRROR_',
17
json: { stringify: false },
0 commit comments