diff --git a/bs.js b/bs.js index c27f6bd..d35f153 100755 --- a/bs.js +++ b/bs.js @@ -1,6 +1,6 @@ var browserSync = require('browser-sync'); var themeName = 'vre2024'; -var siteUrl = 'https://d10test.islandarchives.ca'; +var siteUrl = 'https://scholar2.islandarchives.ca'; var cssWatchDir = 'css/**/*.css'; var themePath = '/themes/custom/vre2024'; var filesToServe = '.';