Skip to content

Commit

Permalink
docs: migration website to quark-ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Mar 28, 2024
1 parent 3e78e05 commit a1fd820
Show file tree
Hide file tree
Showing 4 changed files with 8,298 additions and 8,133 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy2io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
clean: false
repository-name: quark-ecosystem/quarkd-docs # 仓库名称。
token: ${{ secrets.GIT_ACTION }}
target-folder: demo # 部署到 demo 目录下
target-folder: h5 # 部署到 demo 目录下
4 changes: 2 additions & 2 deletions example/index.html → demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
<body>
<div id="app"></div>

<script type="module" src="./src/sites/mobile-vue/main.ts"></script>
<script type="module" src="../packages/quarkd/src/index.ts"></script>
<script type="module" src="./example/src/sites/mobile-vue/main.ts"></script>
<script type="module" src="./packages/quarkd/src/index.ts"></script>
</body>

</html>
2 changes: 1 addition & 1 deletion example/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default defineConfig({
cssCodeSplit: true,
rollupOptions: {
input: {
mobile: resolve(__dirname, "./index.html"),
mobile: resolve(__dirname, "../demo.html"),
},
},
minify: false,
Expand Down
Loading

0 comments on commit a1fd820

Please sign in to comment.