1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#6912: Remove absolute publicPath reference

This commit is contained in:
jeremystretch
2021-08-10 14:03:07 -04:00
parent c7ebad0fbb
commit b8e387ce98
8 changed files with 7 additions and 8 deletions

View File

@ -8,7 +8,6 @@ const options = {
minify: true,
sourcemap: true,
logLevel: 'error',
publicPath: '/static',
};
// Get CLI arguments for optional overrides.