🏗️ Change URLs to be relative instead of absolute

This commit is contained in:
James Panther
2021-08-26 09:44:41 +10:00
parent 1a69b5fd39
commit f6dceb6233
13 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"scripts": {
"dev": "NODE_ENV=development ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit -w",
"build": "NODE_ENV=production ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit",
"example": "hugo server --source exampleSite --themesDir ../.. --buildDrafts -b http://localhost -p 8008"
"example": "hugo server --source exampleSite --themesDir ../.. --buildDrafts -b http://localhost/congo/ -p 8008"
},
"repository": {
"type": "git",