Skip to content

Commit

Permalink
Merge pull request #132 from pyconjp/develop
Browse files Browse the repository at this point in the history
Release 2024/09/27 3
  • Loading branch information
k-nakamura authored Sep 27, 2024
2 parents 50eeb7b + 11b0649 commit 7f9aa54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Negotiator from 'negotiator'
const locales = ['ja', 'en']
const defaultLocale = 'ja'

const defaultDate = 'day1';
const defaultDate = 'day2';

function getLocale(req: NextRequest) {
// リクエストヘッダーの内容から言語を決定する
Expand Down

0 comments on commit 7f9aa54

Please sign in to comment.