diff --git a/app/layout.tsx b/app/layout.tsx
index 1eed5f5..855166e 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -15,7 +15,7 @@ export const metadata: Metadata = {
default: `${BRAND.name} Docs`,
},
description: 'Unified Social Media Publishing SDK - Documentation',
- icons: { icon: BRAND.favicon },
+ icons: { icon: BRAND.favicon, ...(BRAND.appleTouchIcon ? { apple: BRAND.appleTouchIcon } : {}) },
};
export default function Layout({ children }: LayoutProps<'/'>) {
diff --git a/lib/brand.ts b/lib/brand.ts
index 25f98b0..b6ac39c 100644
--- a/lib/brand.ts
+++ b/lib/brand.ts
@@ -18,6 +18,7 @@ export const BRAND = {
domain: pick(process.env.NEXT_PUBLIC_BRAND_DOMAIN, 'owlstack.app'),
logo: pick(process.env.NEXT_PUBLIC_BRAND_LOGO, '/brand/owlstack/logo.png'),
favicon: pick(process.env.NEXT_PUBLIC_BRAND_FAVICON, '/brand/owlstack/favicon.ico'),
+ appleTouchIcon: pick(process.env.NEXT_PUBLIC_BRAND_APPLE_TOUCH_ICON, ''),
websiteUrl: pick(process.env.NEXT_PUBLIC_WEBSITE_URL, 'https://owlstack.app'),
appUrl: pick(process.env.NEXT_PUBLIC_APP_URL, 'https://app.owlstack.app'),
apiUrl: pick(process.env.NEXT_PUBLIC_API_URL, 'https://api.owlstack.app'),
diff --git a/public/brand/fopost/apple-touch-icon.png b/public/brand/fopost/apple-touch-icon.png
new file mode 100644
index 0000000..dd11434
Binary files /dev/null and b/public/brand/fopost/apple-touch-icon.png differ
diff --git a/public/brand/fopost/favicon.ico b/public/brand/fopost/favicon.ico
index 3d02374..90d9676 100644
Binary files a/public/brand/fopost/favicon.ico and b/public/brand/fopost/favicon.ico differ
diff --git a/public/brand/fopost/logo.png b/public/brand/fopost/logo.png
deleted file mode 100644
index 24d5a7d..0000000
Binary files a/public/brand/fopost/logo.png and /dev/null differ
diff --git a/public/brand/fopost/mark-dark.svg b/public/brand/fopost/mark-dark.svg
new file mode 100644
index 0000000..b8353a6
--- /dev/null
+++ b/public/brand/fopost/mark-dark.svg
@@ -0,0 +1,5 @@
+
+
\ No newline at end of file
diff --git a/public/brand/fopost/mark.svg b/public/brand/fopost/mark.svg
new file mode 100644
index 0000000..a728d1a
--- /dev/null
+++ b/public/brand/fopost/mark.svg
@@ -0,0 +1,5 @@
+
+
\ No newline at end of file