You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
The setup wizard now adopts an unedited starter file automatically. On a fresh
site (copied from exampleSite or a demo, or the Astro template), it writes
the config and Code of Conduct seed page without --force, because their bytes
still match what the theme shipped. The moment you hand-edit either one, the
wizard protects it again and asks for --force. First-time setup no longer
needs a flag.