File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/app/build-uis-that-dont-suck Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- import { Logo } from "@/components/logo" ;
2
- import { HeroActions , SignUpForm } from "./call-to-action" ;
1
+ import { SignUpForm } from "./call-to-action" ;
3
2
import { GridContainer } from "./grid-container" ;
4
3
5
4
import type { Metadata } from "next" ;
6
5
import { HeroSection } from "./hero-section" ;
7
6
7
+ import card from "./card.jpg" ;
8
+
8
9
export const metadata : Metadata = {
9
10
title : "Build UIs that don't suck" ,
10
11
description : "A free videos series from the creator of Tailwind CSS." ,
11
12
openGraph : {
12
13
type : "website" ,
13
14
title : "Build UIs that don't suck" ,
14
15
description : "A free video series from the creator of Tailwind CSS." ,
15
- images : "https://tailwindcss.com/api/og?path=/build-uis-that-dont-suck" ,
16
+ images : card . src ,
16
17
url : "https://tailwindcss.com/build-uis-that-dont-suck" ,
17
18
} ,
18
19
} ;
You can’t perform that action at this time.
0 commit comments