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";
|
||||
import { Toaster } from "@/components/ui/sonner";
|
||||
import { RootProvider } from "fumadocs-ui/provider";
|
||||
import type { Metadata } from "next";
|
||||
import { Poppins } from "next/font/google";
|
||||
import { NuqsAdapter } from "nuqs/adapters/next/app";
|
||||
import type { ReactNode } from "react";
|
||||
import "./global.css";
|
||||
import { Toaster } from "@/components/ui/sonner";
|
||||
|
||||
const poppins = Poppins({
|
||||
subsets: ["latin"],
|
||||
@@ -55,7 +55,7 @@ export const metadata: Metadata = {
|
||||
siteName: "Better-T Stack",
|
||||
images: [
|
||||
{
|
||||
url: "/image.png",
|
||||
url: "/image.jpg",
|
||||
width: 1200,
|
||||
height: 630,
|
||||
alt: "Better-T Stack",
|
||||
@@ -69,7 +69,7 @@ export const metadata: Metadata = {
|
||||
title: "Better-T Stack",
|
||||
description:
|
||||
"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: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user