Set buurtnatuur as default

This commit is contained in:
Pieter Vander Vennet 2020-09-19 13:37:57 +02:00
parent efc8c10850
commit 664b6800a3

View file

@ -36,7 +36,7 @@ if (location.hostname === "localhost" || location.hostname === "127.0.0.1") {
// ----------------- SELECT THE RIGHT QUESTSET -----------------
let defaultLayout = "bookcases"
let defaultLayout = "buurtnatuur"
const path = window.location.pathname.split("/").slice(-1)[0];
if (path !== "index.html" && path !== "") {