Skip to content
Snippets Groups Projects
Commit 8d36d27c authored by Uku Taht's avatar Uku Taht
Browse files

Default script to prod

parent 47d6013c
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ const uglify = require("uglify-js"); ...@@ -2,8 +2,8 @@ const uglify = require("uglify-js");
const fs = require('fs') const fs = require('fs')
const path = require('path') const path = require('path')
const scheme = process.env.SCHEME || "http" const scheme = process.env.SCHEME || "https"
const host = process.env.HOST || "localhost" const host = process.env.HOST || "plausible.io"
const baseUrl = scheme + "://" + host const baseUrl = scheme + "://" + host
function relPath(segment) { function relPath(segment) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment