Skip to content

Commit 3ffc568

Browse files
committed
Tested out some dumb stuff
didn't work
1 parent 40ae8bb commit 3ffc568

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

package-lock.json

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"bugs": {
1919
"url": "https://github.com/excelerondesign/documentation/issues"
2020
},
21-
"homepage": "https://github.com/excelerondesign/documentation#readme"
21+
"homepage": "https://github.com/excelerondesign/documentation#readme",
22+
"dependencies": {}
2223
}

website/package-lock.json

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@
1010
},
1111
"devDependencies": {
1212
"docusaurus": "^1.14.3"
13+
},
14+
"dependencies": {
15+
"unfetch": "^4.1.0"
1316
}
1417
}

website/siteConfig.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,18 @@
77

88
// See https://docusaurus.io/docs/site-config for all the possible
99
// site configuration options.
10+
const https = require('https');
1011

1112
// List of projects/orgs using your project for the users page.
1213
const users = [
1314
{
1415
caption: 'Exceleron Designs',
1516
// You will need to prepend the image path with your baseUrl
1617
// if it is not '/', like: '/test-site/img/image.jpg'.
17-
image: '/img/56599097.jpg',
18+
image: '/img/users/56599097.jpg',
1819
infoLink: 'https://excelerondesigns.com/',
1920
pinned: true,
20-
},
21+
}
2122
];
2223

2324
const siteConfig = {

0 commit comments

Comments
 (0)