Build: fix

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn 2023-02-09 10:03:00 +01:00
parent b5fad5d100
commit 633dd854b3
2 changed files with 5 additions and 2 deletions

3
webui/static/robots.txt Normal file
View File

@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:

View File

@ -7,8 +7,8 @@ const config = {
adapter: adapter({ adapter: adapter({
// default options are shown. On some platforms // default options are shown. On some platforms
// these options are set automatically — see below // these options are set automatically — see below
pages: 'build', pages: '../build/webui',
assets: 'build', assets: '../build/webui',
fallback: null, fallback: null,
precompress: false, precompress: false,
strict: true strict: true