diff --git a/.gitignore b/.gitignore index e9ef3a2..621ea6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,12 @@ .vscode/* +# Key for embedding +key.json + # NPM things package.json package-lock.json node_modules/ # Yarn things -yarn.lock \ No newline at end of file +yarn.lock diff --git a/index.html b/index.html index 852619c..e091f19 100644 --- a/index.html +++ b/index.html @@ -299,7 +299,7 @@
- + @@ -345,5 +345,8 @@ src="js/initalize/debug.populate.js" type="text/javascript"> + + +