mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-22 06:48:11 +00:00
proper props
This commit is contained in:
@@ -40,8 +40,6 @@ const Homebrew = (props)=>{
|
||||
brews
|
||||
} = props;
|
||||
|
||||
console.log('props: ', props);
|
||||
|
||||
const backgroundObject = ()=>{
|
||||
if(config?.deployment || (config?.local && config?.development)) {
|
||||
const bgText = config?.deployment || 'Local';
|
||||
|
||||
@@ -18,7 +18,7 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
define: {
|
||||
global: "window",
|
||||
global: "window.__INITIAL_PROPS__",
|
||||
},
|
||||
server: {
|
||||
port: 8000,
|
||||
|
||||
Reference in New Issue
Block a user