Rename the docs folder to site since it isn't really used for documentation
This commit is contained in:
parent
822abc3fae
commit
c48d474766
5 changed files with 1 additions and 1 deletions
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
|
@ -44,7 +44,7 @@ async function init() {
|
||||||
port: config.server.port,
|
port: config.server.port,
|
||||||
routes: {
|
routes: {
|
||||||
files: {
|
files: {
|
||||||
relativeTo: path.join(__dirname, `../docs`),
|
relativeTo: path.join(__dirname, `../site`),
|
||||||
},
|
},
|
||||||
cors: true,
|
cors: true,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue