Skip to content

Commit

Permalink
use new domains
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jul 18, 2023
1 parent 7e5222a commit df59a12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/example-webgpu.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2 class="warning">
#}
import { progressiveFetch } from '/tools.js';
import '/restart-audio-context.js'
import init from 'https://bevy-wasm-webgpu.pages.dev/{{ category.title }}/{{ page.extra.technical_name }}/wasm_example.js'
import init from 'https://bevy-webgpu-examples.pages.dev/{{ category.title }}/{{ page.extra.technical_name }}/wasm_example.js'

const canvasEl = document.getElementById('bevy');

Expand Down
2 changes: 1 addition & 1 deletion templates/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h2 class="example__title">{{ category.title }} / {{ page.title }}</h2>
#}
import { progressiveFetch } from '/tools.js';
import '/restart-audio-context.js'
import init from 'https://bevy-wasm-webgl2.pages.dev/{{ category.title }}/{{ page.extra.technical_name }}/wasm_example.js'
import init from 'https://bevy-webgl2-examples.pages.dev/{{ category.title }}/{{ page.extra.technical_name }}/wasm_example.js'

const canvasEl = document.getElementById('bevy');

Expand Down

0 comments on commit df59a12

Please sign in to comment.