Skip to content

Commit 2a183ce

Browse files
committed
Port over publicPath, needed for the v1 embed strategy
1 parent 8b67328 commit 2a183ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/webpack.common.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const plugins = [
1414
// the bundle script, which might have special naming.
1515
new HtmlWebpackPlugin({
1616
template: path.join(templatePath, "index.html"),
17+
publicPath: "/"
1718
}),
1819
]
1920

0 commit comments

Comments
 (0)