Update static files URL

This commit updates the static file url to the mountain emoji.
This commit is contained in:
Tom Wiesing 2023-03-10 20:47:55 +01:00
parent b8b3f82986
commit 4c0dd325ad
No known key found for this signature in database
3 changed files with 2446 additions and 19 deletions

View file

@ -11,7 +11,7 @@ import { spawnSync } from 'child_process'
const ENTRYPOINTS = process.argv.slice(2)
const ENTRY_DIR = join('.', '.entry-cache') // directory to place entries into
const DIST_DIR = join('.', 'dist')
const PUBLIC_DIR = '/this-is-fine/'
const PUBLIC_DIR = '/⛰/' // mountain's don't move, and neither do static files
const DEST_PACKAGE = process.env.GOPACKAGE ?? 'static'
const DEST_DISCLAIMER = (() => {