Skip to content

Commit

Permalink
chore: file clean
Browse files Browse the repository at this point in the history
  • Loading branch information
drl990114 committed Sep 10, 2024
1 parent 5a64eda commit ce5c9a5
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 58 deletions.
19 changes: 3 additions & 16 deletions apps/web/components/SeoHead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function SeoHead({
children,
description = 'Modern Markdown editor.',
image = 'https://www.styled-components.com/atom.png',
title = 'styled-components',
title = 'MarkFlowy',
url = '',
}: React.PropsWithChildren<SeoHeadProps>) {
const properCanonical = canonical || url;
Expand All @@ -25,13 +25,11 @@ export default function SeoHead({
<meta name="description" content={description} />

{/* Open Graph */}
<link itemProp="url" href="https://styled-components.com/" />
<link itemProp="url" href="https://markflowy.vercel.app/" />
<meta itemProp="name" content={title} />
<meta itemProp="description" content={description} />
<meta itemProp="image" content="/atom.png" />

<meta name="google-site-verification" content="lWntYW6AWVMcShSIWLmOzKr8Wyek2TR-zuQn6_XGu_c" />

<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content={title} />
Expand All @@ -40,18 +38,7 @@ export default function SeoHead({
<meta property="og:image:height" content="652" />
<meta property="og:image:width" content="652" />
<meta property="og:description" content={description} />
<meta property="og:site_name" content="styled-components" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@mxstbr" />
<meta name="twitter:title" content={title} />
<meta name="twitter:description" content={description} />
<meta name="twitter:creator" content="@mxstbr" />
<meta name="twitter:image" content={image} />
<meta name="twitter:url" content={url} />
<meta name="twitter:image:src" content="https://styled-components.com/meta.png" />

<link rel="canonical" href={`https://www.styled-components.com${properCanonical}`} />
<meta property="og:site_name" content="MarkFlowy" />

{children}

Expand Down
7 changes: 0 additions & 7 deletions apps/web/pages/docs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ export default function Documentation() {
title='Documentation'
description='Learn how to use styled-components and to style your apps without stress'
>
<p>
Utilising tagged template literals (a recent addition to JavaScript) and the power of CSS,
styled-components allows you to write actual CSS code to style your components. It also
removes the mapping between components and styles – using components as a low-level styling
construct could not be easier!
</p>

<Row>
{keys.map((key) => {
const section = sections[key]
Expand Down
Binary file removed apps/web/public/atom.png
Binary file not shown.
Binary file modified apps/web/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/web/public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed apps/web/public/icons/apple-touch-icon-120x120.png
Binary file not shown.
Binary file removed apps/web/public/icons/apple-touch-icon-144x144.png
Binary file not shown.
Binary file removed apps/web/public/icons/apple-touch-icon-152x152.png
Binary file not shown.
Binary file removed apps/web/public/icons/apple-touch-icon-180x180.png
Binary file not shown.
Binary file removed apps/web/public/icons/apple-touch-icon-192x192.png
Binary file not shown.
Binary file removed apps/web/public/logo.png
Binary file not shown.
31 changes: 2 additions & 29 deletions apps/web/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,6 @@
{
"name": "Styled Components",
"short_name": "Styled Components",
"icons": [
{
"src": "/icons/apple-touch-icon-120x120.png",
"sizes": "120x120",
"type": "image/png"
},
{
"src": "/icons/apple-touch-icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/icons/apple-touch-icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "/icons/apple-touch-icon-180x180.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "/icons/apple-touch-icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"name": "MarkFlowy",
"short_name": "MarkFlowy",
"start_url": "/",
"display": "standalone",
"theme_color": "#da936a",
Expand Down
Binary file removed apps/web/public/meta.png
Binary file not shown.
Binary file removed apps/web/public/nav-logo.png
Binary file not shown.
Binary file removed apps/web/public/syntax-highlight-example.jpg
Binary file not shown.
6 changes: 0 additions & 6 deletions apps/web/public/twitter-logo.svg

This file was deleted.

0 comments on commit ce5c9a5

Please sign in to comment.