diff --git a/apps/web/app/(landing)/home/Footer.tsx b/apps/web/app/(landing)/home/Footer.tsx index 929e7b6eb1..c976130f3a 100644 --- a/apps/web/app/(landing)/home/Footer.tsx +++ b/apps/web/app/(landing)/home/Footer.tsx @@ -24,6 +24,7 @@ const navigation = { { name: "Customer Support", href: "/support" }, { name: "E-commerce", href: "/ecommerce" }, ], + compare: [{ name: "vs Fyxer.ai", href: "/best-fyxer-alternative" }], support: [ { name: "Pricing", href: "/#pricing" }, { name: "Contact", href: "mailto:elie@getinboxzero.com", target: "_blank" }, @@ -114,6 +115,10 @@ export function Footer() {
+ +
+ +
diff --git a/apps/web/app/(marketing) b/apps/web/app/(marketing) index 9b2e524604..394cae31f8 160000 --- a/apps/web/app/(marketing) +++ b/apps/web/app/(marketing) @@ -1 +1 @@ -Subproject commit 9b2e524604584969fc4e592d12bc0115297c06a8 +Subproject commit 394cae31f8144abf7bd62020714bc1dd4beb607a diff --git a/apps/web/next.config.ts b/apps/web/next.config.ts index 6cd09872a0..54b921cec8 100644 --- a/apps/web/next.config.ts +++ b/apps/web/next.config.ts @@ -5,7 +5,11 @@ import withSerwistInit from "@serwist/next"; import { env } from "./env"; import type { NextConfig } from "next"; -const withMDX = nextMdx(); +const withMDX = nextMdx({ + options: { + remarkPlugins: [[require.resolve("remark-gfm")]], + }, +}); const nextConfig: NextConfig = { reactStrictMode: true, diff --git a/version.txt b/version.txt index 1df0c2b7b9..5114997f44 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v2.9.47 +v2.9.48