0
0
Fork 0

Rename the docs folder to site since it isn't really used for documentation

This commit is contained in:
Oliver Akins 2022-07-31 22:26:34 -06:00
parent 822abc3fae
commit c48d474766
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99
5 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After

View file

@ -44,7 +44,7 @@ async function init() {
port: config.server.port,
routes: {
files: {
relativeTo: path.join(__dirname, `../docs`),
relativeTo: path.join(__dirname, `../site`),
},
cors: true,
},