File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
export const dynamic = "force-static" ;
2
+ import { Toaster } from "@/components/ui/sonner" ;
2
3
import { RootProvider } from "fumadocs-ui/provider" ;
3
4
import type { Metadata } from "next" ;
4
5
import { Poppins } from "next/font/google" ;
5
6
import { NuqsAdapter } from "nuqs/adapters/next/app" ;
6
7
import type { ReactNode } from "react" ;
7
8
import "./global.css" ;
8
- import { Toaster } from "@/components/ui/sonner" ;
9
9
10
10
const poppins = Poppins ( {
11
11
subsets : [ "latin" ] ,
@@ -55,7 +55,7 @@ export const metadata: Metadata = {
55
55
siteName : "Better-T Stack" ,
56
56
images : [
57
57
{
58
- url : "/image.png " ,
58
+ url : "/image.jpg " ,
59
59
width : 1200 ,
60
60
height : 630 ,
61
61
alt : "Better-T Stack" ,
@@ -69,7 +69,7 @@ export const metadata: Metadata = {
69
69
title : "Better-T Stack" ,
70
70
description :
71
71
"A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations" ,
72
- images : [ "/image.png " ] ,
72
+ images : [ "/image.jpg " ] ,
73
73
} ,
74
74
robots : {
75
75
index : true ,
You can’t perform that action at this time.
0 commit comments