mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
fix: respect base URL when serving content by webpack dev server (#5864)
This commit is contained in:
parent
1363a25819
commit
aeeacc3b52
|
|
@ -188,6 +188,7 @@ export default async function start(
|
|||
stats: 'summary',
|
||||
},
|
||||
static: {
|
||||
publicPath: baseUrl,
|
||||
directory: path.resolve(siteDir, STATIC_DIR_NAME),
|
||||
watch: {
|
||||
// Useful options for our own monorepo using symlinks!
|
||||
|
|
|
|||
Loading…
Reference in New Issue