Skip to content

Commit

Permalink
Add exportTrailingSlash
Browse files Browse the repository at this point in the history
  • Loading branch information
chibicode committed Nov 28, 2019
1 parent 600a915 commit 31ab1db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Expand Up @@ -24,6 +24,7 @@ jobs:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: jp
PUBLISH_DIR: ./jpOut
- run: git clean -f
- run: git checkout en
- run: ./node_modules/now/dist/index.js --prod --name y-combinator-for-non-programmers-en --token=${{ secrets.ZEIT_EN_TOKEN }}
- run: git checkout jp
Expand Down
3 changes: 2 additions & 1 deletion next.config.js
Expand Up @@ -14,7 +14,8 @@ const config = {
env: {
productionLocale: process.env.PRODUCTION_LOCALE,
isDevelopment: process.env.IS_DEVELOPMENT
}
},
exportTrailingSlash: true
}

// For locale, if running 2 servers (JP and EN) locally, if you use build-time config
Expand Down
11 changes: 0 additions & 11 deletions now.json

This file was deleted.

0 comments on commit 31ab1db

Please sign in to comment.