Skip to content

Commit 0e201d7

Browse files
committed
Amplify.configureにssr:trueを追加
1 parent 0a21d89 commit 0e201d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/amplify.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import Amplify from 'aws-amplify'
22
import awsconfig from '@/aws-exports'
33

4-
Amplify.configure(awsconfig)
4+
Amplify.configure({ ...awsconfig, ssr: true })

0 commit comments

Comments
 (0)