The recipes.blue monorepo recipes.blue
recipes appview atproto

fix: update html title

Changed files
+1 -2
apps
+1 -2
apps/web/index.html
··· 2 2 <html lang="en"> 3 3 <head> 4 4 <meta charset="UTF-8" /> 5 - <link rel="icon" type="image/svg+xml" href="/vite.svg" /> 6 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 - <title>Cookware</title> 6 + <title>Recipes</title> 8 7 </head> 9 8 <body> 10 9 <div id="root"></div>