Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

site: improve seo #1220

Merged
merged 3 commits into from
Oct 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,9 @@ export default defineConfig({
metas: [
{
name: 'keywords',
content:
'web3, Ant Design Web3, Ant Design, dapp, frontend, components,web3, admin , Ant Design, ant design, react, alibaba',
content: 'web3, Ant Design Web3, Ant Design, dapp, frontend, components, react, ui kit',
gin-lsl marked this conversation as resolved.
Show resolved Hide resolved
gin-lsl marked this conversation as resolved.
Show resolved Hide resolved
},
{ name: 'description', content: 'A Components for Web3, Based on Ant Design,' },
{ name: 'description', content: 'A Components for Web3, Based on Ant Design.' },
{
property: 'og:site_name',
content: 'Ant Design Web3',
Expand All @@ -73,7 +72,7 @@ export default defineConfig({
{
property: 'og:description',
content:
'Ant Design Web3 是一个基于 Ant Design 的 Web3 React 组件库,它提供了一系列的组件,可以帮助你快速构建去中心化应用(DApp)。',
'Ant Design Web3 is a Web3 React component library based on Ant Design. It offers a suite of components that can help you quickly build decentralized applications (DApps).',
gin-lsl marked this conversation as resolved.
Show resolved Hide resolved
},
{
name: 'apple-mobile-web-app-capable',
Expand Down
Loading