Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ <h1 style="color: #e74c3c;">WebGPU Not Supported</h1>
if (!navigator.gpu) {
document.getElementById('webgpu-error').style.display = 'block';
document.querySelector('canvas').style.display = 'none';
} else {
console.log('WebGPU is supported');
}
</script>
<script type="module" src="src/index.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion public/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pro.gramming.party
particles.pro.gramming.party
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'vite'

export default defineConfig({
base: '/5s/particles/2025/',
base: '/',
build: {
outDir: 'dist',
assetsDir: 'assets',
Expand Down
Loading