We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b98600 commit e197c34Copy full SHA for e197c34
content/pages/about/index.mdx
@@ -0,0 +1,7 @@
1
+---
2
+title: About
3
+slug: "/about"
4
5
+
6
+The Autonomous Golf Cart Project at Vanderbilt University is part of the Emerging Tech Lab at the Wondry.
7
gatsby-config.js
@@ -21,6 +21,16 @@ module.exports = {
21
slug: `/about`,
22
},
23
],
24
+ externalLinks: [
25
+ {
26
+ name: `Github`,
27
+ url: `https://www.github.com/vugolfcart`
28
+ },
29
30
+ name: `Instagram`,
31
+ url: `https://www.instagram.com/vugolfcart/`
32
+ }
33
+ ],
34
35
plugins: [
36
{
0 commit comments