Skip to content

Commit

Permalink
remove server config
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexErrant committed Oct 4, 2024
1 parent 0ea2a9a commit c5cbdc2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ import { defineConfig } from 'vite';

export default defineConfig(() => {
return {
server: {
headers: {
'Cross-Origin-Opener-Policy': 'same-origin',
'Cross-Origin-Embedder-Policy': 'require-corp',
},
},
root: './out/bundler-base/',
base: './',
build: {
Expand Down

0 comments on commit c5cbdc2

Please sign in to comment.