Compare commits
2 Commits
5af3fa3d9e
...
faf0cd9d69
Author | SHA1 | Date |
---|---|---|
Ducky | faf0cd9d69 | |
Ducky | 65581050fb |
|
@ -53,7 +53,7 @@ function toggleDark() {
|
|||
<NuxtLink
|
||||
v-if="buildInfo.env === 'release'"
|
||||
external
|
||||
:href="`https://github.com/zio/elk/releases/tag/zio/v${buildInfo.version}`"
|
||||
:href="`https://git.zio.sh/zio/elk/releases/tag/zio/v${buildInfo.version}`"
|
||||
target="_blank"
|
||||
font-mono
|
||||
>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@elk-zone/elk",
|
||||
"type": "module",
|
||||
"version": "0.14.0-zio24160",
|
||||
"version": "0.14.0-zio24160.1",
|
||||
"packageManager": "pnpm@8.15.5",
|
||||
"license": "MIT",
|
||||
"homepage": "https://elk.zone/",
|
||||
|
|
Loading…
Reference in New Issue