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