Build: fix
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
parent
b5fad5d100
commit
633dd854b3
3
webui/static/robots.txt
Normal file
3
webui/static/robots.txt
Normal file
@ -0,0 +1,3 @@
|
||||
# https://www.robotstxt.org/robotstxt.html
|
||||
User-agent: *
|
||||
Disallow:
|
@ -7,8 +7,8 @@ const config = {
|
||||
adapter: adapter({
|
||||
// default options are shown. On some platforms
|
||||
// these options are set automatically — see below
|
||||
pages: 'build',
|
||||
assets: 'build',
|
||||
pages: '../build/webui',
|
||||
assets: '../build/webui',
|
||||
fallback: null,
|
||||
precompress: false,
|
||||
strict: true
|
||||
|
Loading…
Reference in New Issue
Block a user