Skip to content

Commit

Permalink
fix editor example deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bbohlender committed Jan 13, 2025
1 parent 9bb01a6 commit af3f43c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/editor/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import basicSsl from '@vitejs/plugin-basic-ssl'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), basicSsl()],
base: '/xr/examples/editor/',
resolve: {
alias: [{ find: '@react-three/xr', replacement: path.resolve(__dirname, '../../packages/react/xr/src/index.ts') }],
dedupe: ['@react-three/fiber', 'three'],
Expand Down

0 comments on commit af3f43c

Please sign in to comment.