mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-04 14:42:40 +00:00
Add publicUrl to global.config & update template
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module.exports = async(name, title = '', props = {})=>{
|
||||
const HOMEBREWERY_PUBLIC_URL=props.publicUrl;
|
||||
const HOMEBREWERY_PUBLIC_URL=props.config.publicUrl;
|
||||
|
||||
return `
|
||||
<!DOCTYPE html>
|
||||
|
||||
Reference in New Issue
Block a user