diff --git a/_src/_includes/snippets/options/server.js b/_src/_includes/snippets/options/server.js index 00e2372..04ab9e9 100644 --- a/_src/_includes/snippets/options/server.js +++ b/_src/_includes/snippets/options/server.js @@ -31,7 +31,7 @@ server: { } // Since version 1.2.1 -// The key is the url to match +// The key is the url to match (can't match any existing file yet) // The value is which folder to serve (relative to your current working directory) server: { baseDir: "app",