We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b20fc6 commit be6cc2eCopy full SHA for be6cc2e
1 file changed
assets/js/site-style.js
@@ -8,6 +8,7 @@
8
devdocs: 'pages/the-dev-docs.html',
9
contact: 'pages/contact-me.html',
10
resume: 'assets/documents/matt_gresham_resume.pdf',
11
+ store: 'https://web-store-4la.pages.dev/',
12
},
13
{
14
home: '../index.html',
@@ -16,6 +17,7 @@
16
17
devdocs: 'the-dev-docs.html',
18
contact: 'contact-me.html',
19
resume: '../assets/documents/matt_gresham_resume.pdf',
20
21
22
23
home: '../../index.html',
@@ -24,6 +26,7 @@
24
26
devdocs: '../the-dev-docs.html',
25
27
contact: '../contact-me.html',
28
resume: '../../assets/documents/matt_gresham_resume.pdf',
29
30
31
];
32
const p = PATHS[Math.min(depth, 2)];
0 commit comments