Fix OGL link in README

This commit is contained in:
Christian Semmler 2026-04-04 08:29:25 -07:00
parent 4a07011fd0
commit 560ec4e948
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -95,7 +95,7 @@ Alternatively, a [Docker image that bundles the runtime with this frontend](http
## Tech Stack
- [Svelte 5](https://svelte.dev/) - UI framework
- [OGL](https://ogl.dev/) - 3D rendering for save editor previews
- [OGL](https://github.com/oframe/ogl) - 3D rendering for save editor previews
- [Vite](https://vitejs.dev/) - Build tool and dev server
- [Workbox](https://developer.chrome.com/docs/workbox/) - Service worker and offline support
- [Hono](https://hono.dev/) - Backend API framework (Cloudflare Workers)