Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemkaDev committed May 27, 2024
1 parent ea848ba commit 12a3081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
run: |
npm ci
npm run build
npm run export
touch out/.nojekyll
- name: Deploy
Expand Down
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ const withNextIntl = createNextIntlPlugin();

/** @type {import('next').NextConfig} */
var nextConfig = {
output: 'export',
output: 'export',
reactStrictMode: true,
}

//module.exports = withNextIntl(nextConfig);
Expand Down

0 comments on commit 12a3081

Please sign in to comment.