Merge pull request #6933 from netbox-community/6912-static-resources

Fixes #6912: Fix static asset references when BASE_PATH is in use
This commit is contained in:
Jeremy Stretch 2021-08-12 15:15:18 -04:00 committed by GitHub
commit 1b074d2d53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 0 additions and 1 deletions

View File

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.