|
|
@ -1,6 +1,6 @@ |
|
|
|
var browserSync = require('browser-sync'); |
|
|
|
var browserSync = require('browser-sync'); |
|
|
|
var themeName = 'vre2024'; |
|
|
|
var themeName = 'vre2024'; |
|
|
|
var siteUrl = 'https://library_local.lndo.site'; |
|
|
|
var siteUrl = 'https://d10test.islandarchives.ca'; |
|
|
|
var cssWatchDir = 'css/**/*.css'; |
|
|
|
var cssWatchDir = 'css/**/*.css'; |
|
|
|
var themePath = '/themes/custom/vre2024'; |
|
|
|
var themePath = '/themes/custom/vre2024'; |
|
|
|
var filesToServe = '.'; |
|
|
|
var filesToServe = '.'; |
|
|
|