From ebdf29e196d33f60e1ce9500505cbb2bfbb378c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Thu, 30 Oct 2025 19:36:21 +0100 Subject: [PATCH] fix: public --- apps/public/app/layout.tsx | 6 ++++++ apps/public/components/battery-icon.tsx | 1 + apps/public/components/competition.tsx | 1 + apps/public/components/navbar.tsx | 1 + apps/public/components/sections/features/events-feature.tsx | 1 + .../sections/features/product-analytics-feature.tsx | 1 + .../components/sections/features/profiles-feature.tsx | 1 + .../components/sections/features/web-analytics-feature.tsx | 1 + apps/public/components/world-map.tsx | 1 + apps/public/{postcss.config.js => postcss.config.mjs} | 0 10 files changed, 14 insertions(+) rename apps/public/{postcss.config.js => postcss.config.mjs} (100%) diff --git a/apps/public/app/layout.tsx b/apps/public/app/layout.tsx index 2b15a339..3d697b66 100644 --- a/apps/public/app/layout.tsx +++ b/apps/public/app/layout.tsx @@ -8,6 +8,7 @@ import { cn } from 'fumadocs-ui/components/api'; import { GeistMono } from 'geist/font/mono'; import { GeistSans } from 'geist/font/sans'; import type { Metadata, Viewport } from 'next'; +import Script from 'next/script'; import { url, baseUrl, siteName } from './layout.config'; export const viewport: Viewport = { @@ -60,6 +61,11 @@ export default async function Layout({ children }: { children: ReactNode }) { {children} +