diff --git a/frontend/nuxt.config.js b/frontend/nuxt.config.js index 21f8cf5f4..56e596e42 100644 --- a/frontend/nuxt.config.js +++ b/frontend/nuxt.config.js @@ -16,7 +16,7 @@ export default { hid: "og:image", property: "og:image", content: - "https://raw.githubusercontent.com/hay-kot/mealie/dev/frontend/public/img/icons/android-chrome-512x512.png", + "https://raw.githubusercontent.com/mealie-recipes/mealie/9571816ac4eed5beacfc0abf6c03eff1427fd0eb/frontend/static/icons/android-chrome-512x512.png", }, { charset: "utf-8" }, { name: "viewport", content: "width=device-width, initial-scale=1" }, diff --git a/mealie/routes/spa/__init__.py b/mealie/routes/spa/__init__.py index abf59d514..bd1d6735e 100644 --- a/mealie/routes/spa/__init__.py +++ b/mealie/routes/spa/__init__.py @@ -84,9 +84,7 @@ def content_with_meta(group_slug: str, recipe: Recipe) -> str: f"{__app_settings.BASE_URL}/api/media/recipes/{recipe.id}/images/original.webp?version={recipe.image}" ) else: - image_url = ( - "https://raw.githubusercontent.com/hay-kot/mealie/dev/frontend/public/img/icons/android-chrome-512x512.png" - ) + image_url = "https://raw.githubusercontent.com/mealie-recipes/mealie/9571816ac4eed5beacfc0abf6c03eff1427fd0eb/frontend/static/icons/android-chrome-512x512.png" ingredients: list[str] = [] if recipe.settings.disable_amount: # type: ignore diff --git a/mealie/services/email/templates/default.html b/mealie/services/email/templates/default.html index 757f0b3bc..f0a7d2ff2 100644 --- a/mealie/services/email/templates/default.html +++ b/mealie/services/email/templates/default.html @@ -212,7 +212,7 @@