Force static doc pages
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m5s

This commit is contained in:
Braydon 2024-04-21 01:17:52 -04:00
parent ec332842e7
commit 4372832196

@ -1,6 +1,11 @@
import { ReactElement, ReactNode } from "react"; import { ReactElement, ReactNode } from "react";
import Sidebar from "@/components/docs/sidebar"; import Sidebar from "@/components/docs/sidebar";
/**
* Force the layout to be static.
*/
export const dynamic = "force-static";
/** /**
* The layout for the docs page. * The layout for the docs page.
* *