mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +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} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
pageExtensions: ["js", "jsx", "ts", "tsx", "mdx"],
|
pageExtensions: ["js", "jsx", "ts", "tsx", "mdx"],
|
||||||
|
output: "export"
|
||||||
};
|
};
|
||||||
|
|
||||||
export default withSearch(withMDX(nextConfig));
|
export default withSearch(withMDX(nextConfig));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue