Skip to content

Commit 2325dd2

Browse files
committed
fix(config): s3 upload bucket URL path
1 parent d8e0ff9 commit 2325dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wp-config-production.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
define( 'S3_UPLOADS_BUCKET', 'media-pri-org/s3fs-public' );
1616
define( 'S3_UPLOADS_REGION', 'us-east-1' );
1717
// Define the base bucket URL (without trailing slash).
18-
define( 'S3_UPLOADS_BUCKET_URL', 'https://media.pri.org' );
18+
define( 'S3_UPLOADS_BUCKET_URL', 'https://media.pri.org/s3fs-public' );
1919

2020
define( 'WP_MEMORY_LIMIT', '512M' );

0 commit comments

Comments
 (0)