pkgn to pkgs
This commit is contained in:
parent
2fe41a1f3c
commit
2c29aa05c9
|
@ -21,10 +21,10 @@
|
||||||
;;
|
;;
|
||||||
|
|
||||||
'static-output-type 'aws-s3
|
'static-output-type 'aws-s3
|
||||||
'aws-s3-bucket+path "pkgn.racket-lang.org/"
|
'aws-s3-bucket+path "pkgs.racket-lang.org/"
|
||||||
'static-urlprefix "https://pkgn.racket-lang.org"
|
'static-urlprefix "https://pkgs.racket-lang.org"
|
||||||
'dynamic-urlprefix "https://pkgd.racket-lang.org/pkgn"
|
'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
|
;; 'static-output-type 'aws-s3
|
||||||
;; 'aws-s3-bucket+path "pkgs.leastfixedpoint.com/"
|
;; 'aws-s3-bucket+path "pkgs.leastfixedpoint.com/"
|
||||||
|
|
|
@ -250,6 +250,7 @@
|
||||||
'())))
|
'())))
|
||||||
|
|
||||||
(define (static-renderer-aws-s3 index)
|
(define (static-renderer-aws-s3 index)
|
||||||
|
(s3-region "us-west-2")
|
||||||
(when (not index) (configure-s3-cors!))
|
(when (not index) (configure-s3-cors!))
|
||||||
(let ((index (or index (initial-aws-s3-index))))
|
(let ((index (or index (initial-aws-s3-index))))
|
||||||
(match
|
(match
|
||||||
|
|
Loading…
Reference in New Issue
Block a user