Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
chore: copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Aug 18, 2022
1 parent df0baa6 commit 884671e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const Footer: React.FC = React.memo(() => {
</a>
</div>
<p className="mt-8 text-center text-base text-gray-500">
&copy; 2020 Phumrapee Limpianchop
&copy; {new Date().getFullYear()} Phumrapee Limpianchop
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion src/core/services/getFeed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const getFeed = async (): Promise<Feed> => {
language: "th",
image: "https://blog.rayriffy.com/default.jpg",
favicon: 'https://blog.rayriffy.com/favicon.ico',
copyright: 2020 - ${new Date().getFullYear()} Phumrapee Limpianchop`,
copyright: ${new Date().getFullYear()} Phumrapee Limpianchop`,
generator: 'Vercel',
feedLinks: {
json: "https://blog.rayriffy.com/feed.json",
Expand Down

1 comment on commit 884671e

@vercel
Copy link

@vercel vercel bot commented on 884671e Aug 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rayriffy-blog-next – ./

rayriffy-blog-next-r4yr1ffy.vercel.app
blog.rayriffy.com
rayriffy-blog-next-git-master-r4yr1ffy.vercel.app

Please sign in to comment.