v0.2.1
SEO meta tag fixes across all themes and new public/ directory for root-level files.
Build Pipeline
- Added
public/directory support: files inpublic/are copied to the output root (dist/) before generation, enablingfavicon.ico,.well-known/,_redirects, and other root-level files without the/static/prefix - Conflict warnings when a
public/file would be overwritten by a generated file (e.g.,robots.txt,sitemap.xml) - New
public_dirconfig option in[build]section (defaults to"public") - Dev server and workspace server now watch the
public/directory for changes
Themes
- Added
<link rel="icon" href="/favicon.ico">to all 6 bundled themes - Added
title="Markdown"attribute to the markdown alternate link in all themes - Fixed
og:imageandtwitter:imageURLs: relative image paths are now absolutized withbase_urlduring build so social previews work correctly
Developer Experience
seite initnow creates apublic/directory alongsidestatic/anddata/seite upgradecreatespublic/for existing projects upgrading to v0.2.1- Link checker skips
/favicon.icosince it's theme-injected and the file is optional