Public
Like
grok_thread
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v183View latest version
Val Town doesn't support binary files in vt push, so we use Blob Storage for images.
cd individual_vals/grok_thread vt push
- Open your val's web URL:
https://YOUR_USERNAME-grokthread.web.val.run/setup-images - Upload all 4 images:
- header.jpg
- ui.jpg
- result.jpg
- remix.jpg
- Click "Upload All Images"
- Wait for success confirmation
- Replace
YOUR_USERNAMEin README.md with your actual Val Town username - (Optional) Remove the
/setup-imagesendpoint from main.ts lines 819-937
- Images are stored in Val Town's Blob Storage (10MB free, 1GB pro)
- Images are served from your val at
/images/*.jpg - README references these URLs so images work on Val Town, GitHub, and Medium
Images not showing?
- Check you completed step 2 (upload)
- Verify your username is correct in README URLs
- Visit
/images/header.jpgdirectly to test
Upload failed?
- Check image files are .jpg format
- Verify file sizes (should be ~100KB each after optimization)
- Try uploading again