We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7fbbb0 commit 44ad495Copy full SHA for 44ad495
.github/workflows/dev.yml
@@ -23,4 +23,3 @@ jobs:
23
git checkout -f dev
24
git pull -f origin dev
25
yarn && yarn build
26
- echo "Deployed elliotkirkdev"
.gitignore
@@ -19,6 +19,7 @@
19
20
# production
21
/build
22
+/dist
# misc
.DS_Store
next.config.ts
@@ -3,8 +3,6 @@ import type { NextConfig } from "next";
3
const nextConfig: NextConfig = {
4
/* config options here */
5
reactStrictMode: true,
6
- output: 'export',
7
- distDir: 'dist',
8
};
9
10
export default nextConfig;
0 commit comments