0.10.0-rc4 #34
Closed
zakxxi
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
[0.10.0] - 2026-08-17
Added
og:url,og:image:alt,og:locale, and a canonical link. A project page announces itself as anarticleand shares its own imagesitemap.xmlandrobots.txt, both generated at build from the same project loader the site's own views use — nothing to keep in step by handsiteConfig.images.optimizeOnBuild— image optimization runs as part ofpnpm build. It used to be a tip printed after the build, which nothing applied, so the published demo served every thumbnail at full size while a local build served WebPChanged
siteConfig.url. It used to live in three places that had to agree —static/CNAME,CUSTOM_DOMAINin.env, and/microfoliohard-coded insvelte.config.js. The base path and every absolute URL now come from it, andCUSTOM_DOMAINis gonestatic/CNAMEis removed and not replaced. Published through an Actions workflow, as this project is, GitHub Pages ignores any CNAME in the build: a custom domain is set in the repository settings. The file did nothing, and the documentation telling you to write it was wrong+ n more,show less,✕ clear— are set in bold, so they read as controls rather than as two more tagsconfig.js. That file is what someone opens to set up their own site; a tile provider's URLs are not their businessFixed
outline: noneon top, which is what had stopped the site's own focus ring from ever reaching itog:imagewas written as a relative URL, which Open Graph ignores outright — the tag was there and did nothing, on every project pagepreload="metadata". The example project's video is 3 MB, more than the rest of that page put together, and it arrived whether or not anyone pressed play — the project page goes from 6448 kB to 321 kB@importinside the stylesheet, which put it behind three round trips instead of one. First contentful paint improves by 100 to 288 ms across the home, map and project pagesThis discussion was created from the release 0.10.0-rc4.
All reactions