[READ-ONLY] Mirror of https://github.com/bombshell-dev/docs. bomb.sh/docs
0

Configure Feed

Select the types of activity you want to include in your feed.

fix(examples): web container url

Nate Moore (Apr 4, 2026, 10:40 PM EDT) 80be258a efae54bc

+1
+1
src/components/WebContainer/WebContainer.astro
··· 20 20 let bootError: string | null = null; 21 21 22 22 try { 23 + (globalThis as any).WEBCONTAINER_API_IFRAME_URL = 'https://w.stackblitz.io'; 23 24 host = await WebContainer.boot({ coep: 'require-corp', workdirName: 'demo' }); 24 25 const base = (import.meta.env.BASE_URL || '/').replace(/\/?$/, ''); 25 26 const snapshotUrl = `${base}/snapshot`;