From 36b008814efe3dcc08d9be65850d97286937373a Mon Sep 17 00:00:00 2001 From: ruv Date: Thu, 12 Mar 2026 14:38:57 -0400 Subject: [PATCH] fix: add .nojekyll to prevent Jekyll processing of WASM files Jekyll ignores files starting with underscore and may fail on binary WASM files. The .nojekyll file tells GitHub Pages to serve files directly without Jekyll processing. Co-Authored-By: claude-flow --- .nojekyll | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .nojekyll diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 00000000..e69de29b