File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ jobs:
5555 cache : ${{ steps.detect-package-manager.outputs.manager }}
5656 - name : Setup Pages
5757 uses : actions/configure-pages@v5
58- with :
59- # Automatically inject basePath in your Next.js configuration file and disable
60- # server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
61- #
62- # You may remove this line if you want to manage the configuration yourself.
63- static_site_generator : next
58+ # with:
59+ # # Automatically inject basePath in your Next.js configuration file and disable
60+ # # server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
61+ # #
62+ # # You may remove this line if you want to manage the configuration yourself.
63+ # static_site_generator: next
6464 - name : Restore cache
6565 uses : actions/cache@v4
6666 with :
Original file line number Diff line number Diff line change 1+ export { default } from './src/i18n/request' ;
Original file line number Diff line number Diff line change 11import type { NextConfig } from "next" ;
22import createNextIntlPlugin from 'next-intl/plugin' ;
33
4- const withNextIntl = createNextIntlPlugin ( ) ;
4+ const withNextIntl = createNextIntlPlugin ( './src/i18n/request.ts' ) ;
55
66const nextConfig : NextConfig = {
77 output : 'export' ,
You can’t perform that action at this time.
0 commit comments