Skip to content

Commit

Permalink
Merge pull request #421 from omnifed/420-docs-ogmeta-image-fine-tuning
Browse files Browse the repository at this point in the history
420 docs ogmeta image fine tuning
  • Loading branch information
caseybaggz committed Aug 28, 2024
2 parents a23daaf + fe6b610 commit 946349f
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 26 deletions.
2 changes: 2 additions & 0 deletions docs/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { Metadata } from 'next'
import { Poppins } from 'next/font/google'
import { Analytics } from '@vercel/analytics/react'
import type { PropsWithChildren } from 'react'
import { ThemeProvider } from '@cerberus-design/react'
import { css, cx } from '@cerberus/styled-system/css'
Expand All @@ -25,6 +26,7 @@ interface RootProps {}
export default function RootLayout(props: PropsWithChildren<RootProps>) {
return (
<html lang="en" data-theme="cerberus" data-color-mode="light">
<Analytics />
<body
className={cx(
poppins.className,
Expand Down
1 change: 1 addition & 0 deletions docs/app/opengraph-image.alt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The Cerberus logo with the words "There is no I in Cerberus".
Binary file modified docs/app/opengraph-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/app/twitter-image.alt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The Cerberus logo with the words "There is no I in Cerberus".
Binary file added docs/app/twitter-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@types/node": "^20.12.10",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vercel/analytics": "^1.3.1",
"autoprefixer": "^10.4.19",
"color-space": "^2.0.1",
"eslint": "8.57.0",
Expand Down
85 changes: 59 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 946349f

Please sign in to comment.