File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
const nextConfig = {
3
3
poweredByHeader : false ,
4
4
transpilePackages : [ "@example/shared" ] ,
5
+ output : "standalone" ,
6
+ outputFileTracing : "../sst" ,
5
7
experimental : {
6
8
serverActions : true ,
7
9
} ,
Original file line number Diff line number Diff line change 2
2
const nextConfig = {
3
3
poweredByHeader : false ,
4
4
transpilePackages : [ "@example/shared" ] ,
5
+ output : "standalone" ,
6
+ outputFileTracing : "../sst" ,
5
7
experimental : {
6
8
serverActions : true ,
7
9
} ,
Original file line number Diff line number Diff line change 2
2
const nextConfig = {
3
3
transpilePackages : [ "@example/shared" ] ,
4
4
reactStrictMode : true ,
5
+ output : "standalone" ,
6
+ outputFileTracing : "../sst" ,
5
7
} ;
6
8
7
9
module . exports = nextConfig ;
Original file line number Diff line number Diff line change 1
1
import Nav from "@example/shared/components/Nav" ;
2
- import { Inter } from "@ next/font/google" ;
2
+ import { Inter } from "next/font/google" ;
3
3
import Head from "next/head" ;
4
4
5
5
const inter = Inter ( { subsets : [ "latin" ] } ) ;
You can’t perform that action at this time.
0 commit comments