chore: update Halo official website URL (#6514)

Co-authored-by: John Niang <johnniang@foxmail.com>
pull/6473/head
Ryan Wang 2024-08-26 15:53:04 +08:00 committed by GitHub
parent d68dca931b
commit 72e7b19697
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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>

View File

@ -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,
},

View File

@ -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>

View File

@ -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>