Skip to content

Commit 551bebc

Browse files
committed
change main url
1 parent 802979e commit 551bebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/museums/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var siteUrl = window.location.protocol == "file" ? "file:///Users/joerg_p/Documents/GitHub/codingdavinciost2018/docs/museums/" : "https://codeforleipzig.github.io/codingdavinciost2018/museums/";
1+
var siteUrl = window.location.protocol == "file" ? "file:///Users/joerg_p/Documents/GitHub/codingdavinciost2018/docs/museums/" : "https://damals.codeforleipzig.de/museums/";
22
requirejs.config({
33
baseUrl: siteUrl + "js/",
44
paths: {

0 commit comments

Comments
 (0)