Skip to content

Commit afc775f

Browse files
committed
refactor: add copyright info
1 parent 1fbba33 commit afc775f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/components/Seo/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const Seo = () => {
1212
{setting.systemTitle}{setting.systemSubTitle ? ` - ${setting.systemSubTitle}` : ''}
1313
</title>
1414
<meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover,maximum-scale=1" />
15+
<meta name="copyright" content="Copyright (c) 2024 ReactPress(https://github.com/fecommunity/reactpress). All rights reserved." />
1516
<meta name="keyword" content={setting.seoKeyword} />
1617
<meta name="description" content={setting.seoDesc} />
1718
<link rel="shortcut icon" href={setting.systemFavicon} />

0 commit comments

Comments
 (0)