header adjustments for small screens; adjust to new config structure;

This commit is contained in:
Ginger Wong
2020-06-30 02:36:10 -07:00
parent 5a3aed9587
commit 6803f7e7e8
7 changed files with 118 additions and 99 deletions

View File

@@ -1,7 +1,7 @@
// add more to the promises later.
class Config {
async init() {
const configFileLocation = "/config";
const configFileLocation = "https://goth.land/config";
try {
const response = await fetch(configFileLocation);