diff --git a/.gitignore b/.gitignore index 1380c2e..fde667a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -.next \ No newline at end of file +.next +out \ No newline at end of file diff --git a/next.config.mjs b/next.config.mjs index a09c909..0e396eb 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -12,7 +12,8 @@ const withNextra = nextra({ { whiteList: ['table', 'thead', 'tbody', 'tr', 'th', 'td'] } ] ] - } + }, + output: "export" }) export default withNextra() \ No newline at end of file