mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
add vite build for web
This commit is contained in:
parent
ac682428e6
commit
6463ea937b
4 changed files with 52 additions and 4 deletions
|
|
@ -6,7 +6,10 @@
|
|||
<meta http-equiv="Content-Security-Policy" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Feishin</title>
|
||||
<script src="settings.js"></script>
|
||||
<% if (web) { %>
|
||||
<link rel="icon" href="./assets/favicon.ico">
|
||||
<script src="settings.js"></script>
|
||||
<% } %>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue