mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
docs: 💄 Add more info on SDKs, change border radius to semi-rounded
This commit is contained in:
parent
0d18130dcf
commit
e53dc0d9ff
11 changed files with 41 additions and 65 deletions
|
|
@ -16,7 +16,7 @@ const withMDX = nextMDX({
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
pageExtensions: ["js", "jsx", "ts", "tsx", "mdx"],
|
||||
output: "export"
|
||||
output: "export",
|
||||
};
|
||||
|
||||
export default withSearch(withMDX(nextConfig));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue