Skip to content

Commit 44ad495

Browse files
committed
changes
1 parent b7fbbb0 commit 44ad495

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ jobs:
2323
git checkout -f dev
2424
git pull -f origin dev
2525
yarn && yarn build
26-
echo "Deployed elliotkirkdev"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
# production
2121
/build
22+
/dist
2223

2324
# misc
2425
.DS_Store

next.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import type { NextConfig } from "next";
33
const nextConfig: NextConfig = {
44
/* config options here */
55
reactStrictMode: true,
6-
output: 'export',
7-
distDir: 'dist',
86
};
97

108
export default nextConfig;

0 commit comments

Comments
 (0)