Update static files URL
This commit updates the static file url to the mountain emoji.
This commit is contained in:
parent
b8b3f82986
commit
4c0dd325ad
3 changed files with 2446 additions and 19 deletions
|
|
@ -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 = (() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue