Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 51c1bad

Browse files
committed
fix: special static path for gh-pages -- change to config for webpack
1 parent dedac97 commit 51c1bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preafqViewer/config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = {
5050
// Paths
5151
assetsRoot: path.resolve(__dirname, '../dist'),
5252
assetsSubDirectory: 'static',
53-
assetsPublicPath: '/',
53+
assetsPublicPath: '/preAFQ',
5454

5555
/**
5656
* Source Maps

0 commit comments

Comments
 (0)