Skip to content

Commit a21a7bc

Browse files
committed
fix links
1 parent fb4e8e8 commit a21a7bc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# LycheeOrg.github.io
1+
# lycheeorg.dev
22

33
[![Build Status][build-status-shield]](https://github.com/LycheeOrg/LycheeOrg.github.io/actions)
44

src/components/widgets/Content3.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const {
8080
>
8181
<div class="window__bar rounded-tr-lg md:pr-64">
8282
<div class="window__menuitem window__adress">
83-
LycheeOrg.github.io
83+
lycheeorg.dev
8484
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 512 512"
8585
><path
8686
d="M256 384.1c-70.7 0-128-57.3-128-128.1s57.3-128.1 128-128.1V84l96 64-96 55.7v-55.8c-59.6 0-108.1 48.5-108.1 108.1 0 59.6 48.5 108.1 108.1 108.1S364.1 316 364.1 256H384c0 71-57.3 128.1-128 128.1z"

src/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site:
22
name: Lychee
3-
site: 'https://lycheeorg.github.io'
3+
site: 'https://lycheeorg.dev'
44
trailingSlash: false
55

66
# googleSiteVerificationId: orcPxI47GSa-cRvY11tUe6iGg2IO_RPvnA1q95iEM3M

src/navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const footerData = {
4949
{
5050
title: 'Support Lychee',
5151
links: [
52-
{ text: 'Get Lychee <span class="text-sky-500">SE</span>', href: 'https://lycheeorg.github.io/get-supporter-edition' },
52+
{ text: 'Get Lychee <span class="text-sky-500">SE</span>', href: 'https://lycheeorg.dev/get-supporter-edition' },
5353
{ text: 'GitHub sponsor', href: 'https://github.com/sponsors/LycheeOrg' },
5454
{ text: 'Open Collective', href: 'https://opencollective.com/LycheeOrg' },
5555
],

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const metadata = {
7474
>
7575
</div>
7676
<div class="window__menuitem window__adress">
77-
LycheeOrg.github.io
77+
lycheeorg.dev
7878
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 512 512"
7979
><path
8080
d="M256 384.1c-70.7 0-128-57.3-128-128.1s57.3-128.1 128-128.1V84l96 64-96 55.7v-55.8c-59.6 0-108.1 48.5-108.1 108.1 0 59.6 48.5 108.1 108.1 108.1S364.1 316 364.1 256H384c0 71-57.3 128.1-128 128.1z"

template/doc-frame.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Lychee Documentation</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
77

8-
<link rel="canonical" href="https://lycheeorg.github.io/docs/" />
8+
<link rel="canonical" href="https://lycheeorg.dev/docs/" />
99

1010
<!-- Favicon -->
1111
<link rel="icon" type="image/png" href="img/logo.png" />

0 commit comments

Comments
 (0)