/post/:id
that returns an HTML file that loads a Webpack bundle, if we do not specify public path in our Webpack config, that HTML file will look for our compiled Webpack bundle at mysite.com/post/my.bundle.js
instead of mysite.com/my.bundle.js
.