Skip to content

Commit f936ae6

Browse files
authored
remove CDN
1 parent 4d36b0e commit f936ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/config/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ module.exports = {
111111
// We don't currently advertise code splitting but Webpack supports it.
112112
filename: 'static/js/[name].js',
113113
chunkFilename: 'static/js/[name].chunk.js',
114-
publicPath: paths.cdnUrl,
114+
publicPath: /assets/,
115115
// Point sourcemap entries to original disk location (format as URL on Windows)
116116
devtoolModuleFilenameTemplate: (info) =>
117117
path

0 commit comments

Comments
 (0)