Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lhlyu committed Dec 27, 2023
1 parent 5160ac4 commit 37b99cc
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Github Pages Deployment
on:
push:
branches:
- dev
- main

jobs:
deploy:
Expand Down
1 change: 0 additions & 1 deletion docs/assets/index-d2l-LzzF.css

This file was deleted.

50 changes: 0 additions & 50 deletions docs/assets/index-wDN9y-_K.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/vite.svg

This file was deleted.

5 changes: 2 additions & 3 deletions docs/index.html → public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
<html lang="zh">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/doc/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<meta name="screen-orientation" content="portrait" />
<meta name="x5-orientation" content="portrait" />
<title>IconSpace Doc</title>
<script type="module" crossorigin src="/doc/assets/index-wDN9y-_K.js"></script>
<link rel="stylesheet" crossorigin href="/doc/assets/index-d2l-LzzF.css">
</head>
<body>
<script type="module" src="/src/main.ts"></script>
</body>
</html>

0 comments on commit 37b99cc

Please sign in to comment.