open-webui / docs

https://docs.openwebui.com
https://docs.openwebui.com
151 stars 148 forks source link

fix: Apply Prettier formatting to docusaurus.config.ts #261

Closed matthewhand closed 3 weeks ago

matthewhand commented 3 weeks ago

Hotfix to address CI failures due to formatting issues in docusaurus.config.ts. In addition to running Prettier, I also ran 'npm run build' to ensure no build errors. This formatting issue originated from the changes made in the previous PR #258.

tjbck commented 3 weeks ago

👍