From 90b08e3fe544296f30ae0dcb394a8dec9e07a665 Mon Sep 17 00:00:00 2001 From: Manuel Fuhr Date: Wed, 1 Dec 2021 14:02:42 +0100 Subject: [PATCH] Use baseurl like GitHub pages --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index cc885ee..a367695 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -23,7 +23,7 @@ description: >- # this means to ignore newlines until "baseurl:" BRouter is a configurable OSM offline router with elevation awareness, Java + Android. Designed to be multi-modal with a particular emphasis on bicycle and energy-based car routing. -# baseurl: "" # the subpath of your site, e.g. /blog +baseurl: "/brouter" # the subpath of your site, e.g. /blog # url: "" # the base hostname & protocol for your site, e.g. http://example.com # Build settings