Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2e330dc

Browse files
committed
static build
1 parent 1c4fa20 commit 2e330dc

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# production
1212
/build
1313
/dist
14+
/out
1415

1516
# misc
1617
.DS_Store

‎next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const nextConfig: NextConfig = {
1818
},
1919
reactStrictMode: true,
2020
pageExtensions: ["ts", "tsx", "js", "jsx", "md", "mdx"],
21+
output: "export",
2122
}
2223

2324
const bundleAnalyzer = withBundleAnalyzer({

‎src/pages/api/[[...route]].ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /