Update browser sync to support urls without extensions
This commit is contained in:
parent
753f32547c
commit
3afb79da6d
|
@ -73,7 +73,10 @@ task("startServer", () => {
|
|||
open: "local",
|
||||
port: 4000,
|
||||
server: {
|
||||
baseDir: siteRoot
|
||||
baseDir: siteRoot,
|
||||
serveStaticOptions: {
|
||||
extensions: ["html"]
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue