Skip to content

Commit fe9600f

Browse files
committed
chore: bootstrap gh actions
1 parent b9ecd9d commit fe9600f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

next.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ const withMDX = createMDX();
55
/** @type {import('next').NextConfig} */
66
const config = {
77
reactStrictMode: true,
8+
basePath: "/api-docs",
9+
output: "export",
10+
images: {
11+
unoptimized: true,
12+
},
813
async headers() {
914
return [
1015
{

public/.nojekyll

Whitespace-only changes.

0 commit comments

Comments
 (0)