Skip to content

Commit e40fb53

Browse files
committed
website: update website index.html
1 parent 69972c0 commit e40fb53

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<meta charset="utf-8" />
55
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
66
<meta name="theme-color" content="#000000" />
7-
<title>React Monorepo Template</title>
8-
<meta name="keywords" content="react,simple,monorepo,template,component,project,package,development" />
9-
<meta name="description" content="Simple React package development project example template." />
7+
<title>react-iframe</title>
8+
<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" />
9+
<meta name="description" content="This component allows you to wrap your entire React application or each component in an iFrame." />
1010
<link rel="icon" href="%PUBLIC_URL%favicon.ico" />
1111
<!-- <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>"> -->
1212
</head>

website/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ root.render(
1616
description={pkg.description}
1717
version={`v${VERSION}`}
1818
>
19-
<Github href="https://github.com/uiwjs/react-monorepo-template" />
19+
<Github href={pkg.repository.url} />
2020
</MarkdownPreviewExample>,
2121
);

0 commit comments

Comments
 (0)