Skip to content

Commit

Permalink
pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tlr committed May 1, 2024
1 parent aaf60f4 commit b9aadb0
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 44 deletions.
1 change: 0 additions & 1 deletion dist/assets/index-3b9f88fc.css

This file was deleted.

1 change: 1 addition & 0 deletions dist/assets/index-60040354.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

73 changes: 36 additions & 37 deletions dist/assets/index-6c4768b9.js → dist/assets/index-ed0cd7cf.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css">
<!-- <link rel="stylesheet" href="https://unpkg.com/browse/[email protected]/" type="text/css"> -->
<title>vnodes</title>
<script type="module" crossorigin src="./assets/index-6c4768b9.js"></script>
<link rel="stylesheet" href="./assets/index-3b9f88fc.css">
<script type="module" crossorigin src="./assets/index-ed0cd7cf.js"></script>
<link rel="stylesheet" href="./assets/index-60040354.css">
</head>
<body>
<noscript>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"pages": "vite build && git add . && git commit -m gh-pages && git subtree push --prefix dist origin gh-pages",
"pages": "vite build && git add . && git commit -m pages && git push",
"start": "npm run dev"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/demo/Demo.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div style="margin-top: 50px; margin-bottom: 50px">
<h1>Vnodes</h1>
<h1>Vnodes (test)</h1>

<h2>
Sink <a href="https://github.com/txlabs/vnodes/blob/master/src/demo/Sink.vue" target="_blank">&lt;/&gt;</a>
Expand Down

0 comments on commit b9aadb0

Please sign in to comment.