Skip to content

Commit

Permalink
🐛 fix: fix NEXT_PUBLIC_S3_DOMAIN error on Docker (lobehub#3564)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx authored Aug 22, 2024
1 parent 5ef5963 commit bc6b64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const getFileConfig = () => {
/**
* @deprecated
*/
NEXT_PUBLIC_S3_DOMAIN: z.string().url().optional(),
NEXT_PUBLIC_S3_DOMAIN: z.string().optional(),
NEXT_PUBLIC_S3_FILE_PATH: z.string().optional(),
},
runtimeEnv: {
Expand Down

0 comments on commit bc6b64c

Please sign in to comment.