File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 77</p >
88
99<p align =" center " >
10- <a href =" #features " ><strong >Features</strong ></a > ·
11- <a href =" #mcp-server-configuration " ><strong >MCP Configuration</strong ></a > ·
10+ <a href =" #features " ><strong >Features</strong ></a > •
11+ <a href =" #mcp-server-configuration " ><strong >MCP Configuration</strong ></a > •
12+ <a href =" #license " ><strong >License</strong ></a >
1213</p >
1314<br />
1415
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import { SidebarTrigger } from "@/components/ui/sidebar";
55import { Menu } from "lucide-react" ;
66import { Providers } from "./providers" ;
77import "./globals.css" ;
8+ import Script from "next/script" ;
89
910const inter = Inter ( { subsets : [ "latin" ] } ) ;
1011
@@ -42,6 +43,7 @@ export default function RootLayout({
4243 </ main >
4344 </ div >
4445 </ Providers >
46+ < Script defer src = "https://cloud.umami.is/script.js" data-website-id = "1373896a-fb20-4c9d-b718-c723a2471ae5" />
4547 </ body >
4648 </ html >
4749 ) ;
You can’t perform that action at this time.
0 commit comments