mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 14:28:20 +01:00
feat: 🏗️ Export as static site
This commit is contained in:
parent
47848c3366
commit
4d08b7e8b0
|
|
@ -16,6 +16,7 @@ const withMDX = nextMDX({
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
pageExtensions: ["js", "jsx", "ts", "tsx", "mdx"],
|
||||
output: "export"
|
||||
};
|
||||
|
||||
export default withSearch(withMDX(nextConfig));
|
||||
|
|
|
|||
Loading…
Reference in a new issue