Skip to content

Pages API and Small Fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@ephes ephes released this 05 Mar 13:37
· 734 commits to main since this release

Added an API endpoint for pages and images and fixed some smaller issues.

Refactoring

  • Query optimization - didn't work, this needs some more infrastructure first

Features

  • Added an images endpoint to the API
  • Added a pages endpoint to the API
  • Added a noindex option to the Blog model to exclude a blog from search engines

Fixes

  • Fixed audio web player name embed.js
  • Fixed a bug caused by mypy and static protocols raising a NotImplementedError in production :(