6 lines
207 B
Go
6 lines
207 B
Go
package static
|
|
|
|
// gen.go - checked into git
|
|
// This file is overwritten during Nix builds with hashed paths
|
|
const BundlePathCSS = "/static/gen/css/style.css"
|
|
const BundlePathJS = "/static/gen/js/bundle.js"
|