mirror of https://github.com/halo-dev/halo
chore: update Halo official website URL (#6514)
Co-authored-by: John Niang <johnniang@foxmail.com>pull/6473/head
parent
d68dca931b
commit
72e7b19697
|
@ -11,6 +11,6 @@ spec:
|
|||
displayName: Local
|
||||
enabled: true
|
||||
description: Built-in authentication for Halo.
|
||||
logo: https://halo.run/logo
|
||||
website: https://halo.run
|
||||
logo: https://www.halo.run/logo
|
||||
website: https://www.halo.run
|
||||
authenticationUrl: /login
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
## README
|
||||
|
||||
<p align="center">
|
||||
<a href="https://halo.run" target="_blank" rel="noopener noreferrer">
|
||||
<img width="100" src="https://halo.run/logo" alt="Halo logo" />
|
||||
<a href="https://www.halo.run" target="_blank" rel="noopener noreferrer">
|
||||
<img width="100" src="https://www.halo.run/logo" alt="Halo logo" />
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
|
|
@ -27,14 +27,14 @@ type Story = StoryObj<typeof VAvatar>;
|
|||
|
||||
export const Default: Story = {
|
||||
args: {
|
||||
src: "https://halo.run/logo",
|
||||
src: "https://www.halo.run/logo",
|
||||
alt: "Hello",
|
||||
},
|
||||
};
|
||||
|
||||
export const Circle: Story = {
|
||||
args: {
|
||||
src: "https://halo.run/logo",
|
||||
src: "https://www.halo.run/logo",
|
||||
alt: "Hello",
|
||||
circle: true,
|
||||
},
|
||||
|
|
|
@ -40,7 +40,7 @@ const meta: Meta<typeof VModal> = {
|
|||
<div class="flex flex-col">
|
||||
<img class="w-full" src="https://ryanc.cc/avatar" />
|
||||
<img class="w-full" src="https://ryanc.cc/avatar" />
|
||||
<img class="w-full" src="https://halo.run/logo" />
|
||||
<img class="w-full" src="https://www.halo.run/logo" />
|
||||
</div>
|
||||
|
||||
<template #footer>
|
||||
|
|
|
@ -13,11 +13,11 @@ import { VAlert } from "@halo-dev/components";
|
|||
>
|
||||
<template #url>
|
||||
<a
|
||||
href="https://halo.run/store/apps"
|
||||
href="https://www.halo.run/store/apps"
|
||||
target="_blank"
|
||||
class="underline-offset-2 hover:text-gray-900 hover:underline"
|
||||
>
|
||||
https://halo.run/store/apps
|
||||
https://www.halo.run/store/apps
|
||||
</a>
|
||||
</template>
|
||||
</i18n-t>
|
||||
|
|
Loading…
Reference in New Issue