jacobsamo / Mixie

Mixie is an open source, community-driven recipe platform where home cooks and food enthusiasts can cook, create and collaborate on unique and delicious recipes.
https://mixiecooking.com
GNU Affero General Public License v3.0
1 stars 0 forks source link

ADs, SEO, Settings, fixing small bugs #75

Closed jacobsamo closed 6 months ago

jacobsamo commented 8 months ago

TODO:

SEO:

https://squoosh.app/ https://maskable.app/

User:

Legal:

API's

Imports:

Recipe page:

Sharing:

Recipe form:

Bugs:

jacobsamo commented 8 months ago
if (!data.image) {
        data.image = `https:ui-avatars.com/api/?name=${data.name
          ?.split(" ")
          .join("+")}"&size=256&background=random`;
      }
jacobsamo commented 6 months ago

mainly implemented in #91