/[sudobot]/trunk/docs/app/layout.tsx
ViewVC logotype

Diff of /trunk/docs/app/layout.tsx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 601 by rakinar2, Mon Jul 29 17:59:26 2024 UTC revision 602 by rakinar2, Tue Aug 20 09:29:23 2024 UTC
# Line 9  import Providers from "./providers"; Line 9  import Providers from "./providers";
9  const inter = Inter({ subsets: ["latin"] });  const inter = Inter({ subsets: ["latin"] });
10    
11  export const metadata: Metadata = {  export const metadata: Metadata = {
12        metadataBase: new URL((process.env.NEXT_PUBLIC_BASE_DOMAIN?.startsWith("localhost") ? "http" : "https") + "://" + process.env.NEXT_PUBLIC_BASE_DOMAIN!),
13      title: "SudoBot Documentation",      title: "SudoBot Documentation",
14      description: "A guide to get you started with SudoBot!",      description: "A guide to get you started with SudoBot!",
15        alternates: {
16            canonical: "./"
17        },
18  };  };
19    
20  export const viewport: Viewport = {  export const viewport: Viewport = {

Legend:
Removed from v.601  
changed lines
  Added in v.602

team@onesoftnet.eu.org
ViewVC Help
Powered by ViewVC 1.1.26