Skip to content

Commit be6cc2e

Browse files
committed
Visit my store!
1 parent 4b20fc6 commit be6cc2e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

assets/js/site-style.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
devdocs: 'pages/the-dev-docs.html',
99
contact: 'pages/contact-me.html',
1010
resume: 'assets/documents/matt_gresham_resume.pdf',
11+
store: 'https://web-store-4la.pages.dev/',
1112
},
1213
{
1314
home: '../index.html',
@@ -16,6 +17,7 @@
1617
devdocs: 'the-dev-docs.html',
1718
contact: 'contact-me.html',
1819
resume: '../assets/documents/matt_gresham_resume.pdf',
20+
store: 'https://web-store-4la.pages.dev/',
1921
},
2022
{
2123
home: '../../index.html',
@@ -24,6 +26,7 @@
2426
devdocs: '../the-dev-docs.html',
2527
contact: '../contact-me.html',
2628
resume: '../../assets/documents/matt_gresham_resume.pdf',
29+
store: 'https://web-store-4la.pages.dev/',
2730
},
2831
];
2932
const p = PATHS[Math.min(depth, 2)];

0 commit comments

Comments
 (0)