solve access to /login
Vite won't export not specified page, so I specified it in the config.
This commit is contained in:
11
frontend/login/index.html
Normal file
11
frontend/login/index.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Clyde - Login</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type=module src="/src/login.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user