Skip to content

Commit

Permalink
ww headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzakm committed Mar 7, 2024
1 parent f0994c3 commit 3ef2f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { defineConfig } from 'vite';

export default defineConfig({
plugins: [
sveltekit(),
{
name: 'configure-response-headers',
configureServer: (server) => {
Expand All @@ -13,7 +12,8 @@ export default defineConfig({
next();
});
}
}
},
sveltekit()
],
ssr: {
noExternal: ['three']
Expand Down

0 comments on commit 3ef2f10

Please sign in to comment.