From 10f51b45add8113e1175eb299bbc5bde8d3ab918 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 2 Aug 2016 21:42:43 -0400 Subject: [PATCH] Correct dynamic-urlprefix and dynamic-static-urlprefix --- configs/live.rkt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/live.rkt b/configs/live.rkt index 29932f2..bf166e5 100644 --- a/configs/live.rkt +++ b/configs/live.rkt @@ -23,7 +23,8 @@ 'static-output-type 'aws-s3 'aws-s3-bucket+path "pkgn.racket-lang.org/" 'static-urlprefix "http://pkgn.racket-lang.org" - 'dynamic-urlprefix "https://pkgd.racket-lang.org" + 'dynamic-urlprefix "https://pkgd.racket-lang.org/pkgn" + 'dynamic-static-urlprefix "https://pkgn.racket-lang.org" ;; 'static-output-type 'aws-s3 ;; 'aws-s3-bucket+path "pkgs.leastfixedpoint.com/"