diff --git a/configs/live.rkt b/configs/live.rkt index dae0842..687e6b4 100644 --- a/configs/live.rkt +++ b/configs/live.rkt @@ -21,10 +21,10 @@ ;; 'static-output-type 'aws-s3 - 'aws-s3-bucket+path "pkgn.racket-lang.org/" - 'static-urlprefix "https://pkgn.racket-lang.org" + 'aws-s3-bucket+path "pkgs.racket-lang.org/" + 'static-urlprefix "https://pkgs.racket-lang.org" 'dynamic-urlprefix "https://pkgd.racket-lang.org/pkgn" - 'dynamic-static-urlprefix "https://pkgn.racket-lang.org" + 'dynamic-static-urlprefix "https://pkgs.racket-lang.org" ;; 'static-output-type 'aws-s3 ;; 'aws-s3-bucket+path "pkgs.leastfixedpoint.com/" diff --git a/src/static.rkt b/src/static.rkt index e165519..4251b2e 100644 --- a/src/static.rkt +++ b/src/static.rkt @@ -250,6 +250,7 @@ '()))) (define (static-renderer-aws-s3 index) + (s3-region "us-west-2") (when (not index) (configure-s3-cors!)) (let ((index (or index (initial-aws-s3-index)))) (match