Skip to content

Commit

Permalink
website: update website index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 5, 2023
1 parent 69972c0 commit e40fb53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions website/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<meta name="theme-color" content="#000000" />
<title>React Monorepo Template</title>
<meta name="keywords" content="react,simple,monorepo,template,component,project,package,development" />
<meta name="description" content="Simple React package development project example template." />
<title>react-iframe</title>
<meta name="keywords" content="react-iframe,react.js,react,template,monorepo,monorepo-template,uiw,uiw-react,react-component,component,iframe,components,ui,css,uikit,react-ui" />
<meta name="description" content="This component allows you to wrap your entire React application or each component in an iFrame." />
<link rel="icon" href="%PUBLIC_URL%favicon.ico" />
<!-- <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🦖</text></svg>"> -->
</head>
Expand Down
2 changes: 1 addition & 1 deletion website/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ root.render(
description={pkg.description}
version={`v${VERSION}`}
>
<Github href="https://github.com/uiwjs/react-monorepo-template" />
<Github href={pkg.repository.url} />
</MarkdownPreviewExample>,
);

0 comments on commit e40fb53

Please sign in to comment.