racket/new-racket-web/plt-web-pkgs/plt-web-lib/private/roots.rkt
Matthew Flatt aed4f6a063 move main URLs to site definitions instead of built-in configuration
Also, change local mode to use absolute "file://" references across
sites (makes "doc-site.js" plus "doc-site.css" work locally) and
add "index.html" to paths a needed, but add a `-r` relative mode for
the old behavior.
2014-03-01 19:55:58 -07:00

5 lines
102 B
Racket

#lang racket/base
(provide registered-url-roots)
(define registered-url-roots (make-parameter null))