Skip to content

Commit a0dc5cf

Browse files
committed
Merge branch 'dev'
2 parents ef336e2 + 55aab9f commit a0dc5cf

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/index-BeAA8FVY.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/index-rakNYPth.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
}
7575
}
7676
</script>
77-
<script type="module" crossorigin src="/assets/index-B6B0xw5I.js"></script>
78-
<link rel="stylesheet" crossorigin href="/assets/index-BeAA8FVY.css">
77+
<script type="module" crossorigin src="/assets/index-BKG20kvp.js"></script>
78+
<link rel="stylesheet" crossorigin href="/assets/index-rakNYPth.css">
7979
</head>
8080

8181
<body>

vix-site/src/data/home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const HOME = {
55
"Vix.cpp is a modern C++ runtime built as a serious alternative to Node.js, Deno, and Bun. It is designed for unreliable networks, offline-first workflows, peer-to-peer systems, and extreme native performance.",
66
ctas: [
77
{ label: "Install", to: "/install", kind: "primary" },
8-
{ label: "See examples", to: "/examples", kind: "secondary" },
8+
{ label: "See examples", to: "/docs/examples", kind: "secondary" },
99
],
1010
badges: [
1111
"Offline-first runtime",

vix-site/src/pages/NotFound.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<p class="p">This page doesn’t exist.</p>
55
<div class="row">
66
<router-link class="btn" to="/">Go home</router-link>
7-
<router-link class="btn" to="/examples">Examples</router-link>
7+
<router-link class="btn" to="/docs/examples">Examples</router-link>
88
<router-link class="btn" to="/install">Install</router-link>
99
</div>
1010
</div>

0 commit comments

Comments
 (0)