Move the whole app under /auth/, fix static build.

This commit is contained in:
2025-07-14 02:03:15 +00:00
parent c4bf411404
commit 1850f9b27f
9 changed files with 22 additions and 46 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="icon" href="/src/assets/icon.webp">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<title>Passkey Authentication</title>
</head>
<body>
<div id="app"></div>