Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
andyluss committed Jul 11, 2024
1 parent cc72cd4 commit 3200e16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const today = new Date();
---

<footer>
&copy; {today.getFullYear()} 陆仕桑 保留所有权利
&copy; {today.getFullYear()} Andy Lu 保留所有权利
</footer>
<style>
footer {
Expand Down
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Place any global data in this file.
// You can import this data from anywhere in your site by using the `import` keyword.

export const SITE_TITLE = "陆仕桑";
export const SITE_TITLE = "Andy Lu";
export const SITE_DESCRIPTION = "👏欢迎来到我的个人站点!";

0 comments on commit 3200e16

Please sign in to comment.