Force static doc pages
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m5s
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m5s
This commit is contained in:
parent
ec332842e7
commit
4372832196
@ -1,6 +1,11 @@
|
||||
import { ReactElement, ReactNode } from "react";
|
||||
import Sidebar from "@/components/docs/sidebar";
|
||||
|
||||
/**
|
||||
* Force the layout to be static.
|
||||
*/
|
||||
export const dynamic = "force-static";
|
||||
|
||||
/**
|
||||
* The layout for the docs page.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user