diff --git a/views/index.ejs b/views/index.ejs
index bafebd2..0b003c1 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -15,6 +15,15 @@
+
+
+
+
+
+
+
+
+
<% if (production) { %>
@@ -127,7 +136,11 @@
-
+
+
+
Location:
diff --git a/ws4kp.code-workspace b/ws4kp.code-workspace
index 7319de0..2179444 100644
--- a/ws4kp.code-workspace
+++ b/ws4kp.code-workspace
@@ -5,10 +5,17 @@
}
],
"settings": {
+ "search.exclude": {
+ "**/node_modules": true,
+ "**/bower_components": true,
+ "**/*.code-search": true,
+ "dist/**": true,
+ "**/*.min.js": true,
+ },
"cSpell.enabled": true,
"cSpell.words": [
"Battaglia",
"Noaa"
],
- }
+ },
}
\ No newline at end of file