mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Rename AI example directories from apps/ to web/
This commit is contained in:
@@ -44,4 +44,4 @@ To learn more about the technologies used in this website:
|
||||
|
||||
- [Next.js Documentation](https://nextjs.org/docs) - Next.js features and API
|
||||
- [Fumadocs](https://fumadocs.vercel.app) - The documentation framework used
|
||||
- [Better-T-Stack](https://better-t-stack.pages.dev) - Main project site
|
||||
- [Better-T-Stack](https://better-t-stack.amanv.dev) - Main project site
|
||||
|
||||
@@ -38,7 +38,7 @@ export const metadata: Metadata = {
|
||||
email: false,
|
||||
telephone: false,
|
||||
},
|
||||
metadataBase: new URL("https://better-t-stack.pages.dev"),
|
||||
metadataBase: new URL("https://better-t-stack.amanv.dev"),
|
||||
alternates: {
|
||||
canonical: "/",
|
||||
},
|
||||
@@ -46,7 +46,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",
|
||||
url: "https://better-t-stack.pages.dev",
|
||||
url: "https://better-t-stack.amanv.dev",
|
||||
siteName: "Better-T Stack",
|
||||
images: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user