Header defaults to true

This commit is contained in:
Jordan Roher 2023-04-21 14:21:11 -07:00
parent 3d9805ffed
commit adf1302364

View File

@ -1,3 +1,3 @@
export const PAGETITLE = "My Website";
export const PAGEICON = "/logo.png";
export const SHOWHEADER = false;
export const SHOWHEADER = true;