mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
update og image
This commit is contained in:
BIN
apps/web/public/image.jpg
Normal file
BIN
apps/web/public/image.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 182 KiB |
@@ -1,11 +1,11 @@
|
|||||||
export const dynamic = "force-static";
|
export const dynamic = "force-static";
|
||||||
|
import { Toaster } from "@/components/ui/sonner";
|
||||||
import { RootProvider } from "fumadocs-ui/provider";
|
import { RootProvider } from "fumadocs-ui/provider";
|
||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Poppins } from "next/font/google";
|
import { Poppins } from "next/font/google";
|
||||||
import { NuqsAdapter } from "nuqs/adapters/next/app";
|
import { NuqsAdapter } from "nuqs/adapters/next/app";
|
||||||
import type { ReactNode } from "react";
|
import type { ReactNode } from "react";
|
||||||
import "./global.css";
|
import "./global.css";
|
||||||
import { Toaster } from "@/components/ui/sonner";
|
|
||||||
|
|
||||||
const poppins = Poppins({
|
const poppins = Poppins({
|
||||||
subsets: ["latin"],
|
subsets: ["latin"],
|
||||||
@@ -55,7 +55,7 @@ export const metadata: Metadata = {
|
|||||||
siteName: "Better-T Stack",
|
siteName: "Better-T Stack",
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: "/image.png",
|
url: "/image.jpg",
|
||||||
width: 1200,
|
width: 1200,
|
||||||
height: 630,
|
height: 630,
|
||||||
alt: "Better-T Stack",
|
alt: "Better-T Stack",
|
||||||
@@ -69,7 +69,7 @@ export const metadata: Metadata = {
|
|||||||
title: "Better-T Stack",
|
title: "Better-T Stack",
|
||||||
description:
|
description:
|
||||||
"A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
|
"A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
|
||||||
images: ["/image.png"],
|
images: ["/image.jpg"],
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user