A deployable markdown editor that connects with your self hosted files and lets you edit in a beautiful interface

fix: fixes login button link

+1 -1
+1 -1
frontend/src/pages/index.astro
··· 80 80 <nav class="flex items-center justify-between"> 81 81 <div class="display-font text-2xl text-gray-900">MarkEdit</div> 82 82 <a 83 - href="/api/auth/github/login" 83 + href="http://localhost:8080/api/auth/github/login" 84 84 class="text-sm font-semibold text-gray-700 hover:text-gray-900 transition-colors" 85 85 > 86 86 Sign In →