- Add post-build step to copy proxy.pac into _site/assets/ since the
Slinkity production build crashes before passthrough copies complete
- Remove dead videos passthrough (directory doesn't exist)
- Remove redundant images passthrough (Vite handles these via imports)
- Format .eleventy.js (consistent quotes, semicolons, trailing newline)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Slinkity exits with code 1 due to a known rename race condition, even
though the build output is generated correctly. Work around it by
verifying _site/index.html exists after the build.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>