fix: update invalid docs link

This commit is contained in:
Dylan Piercey 2022-01-24 20:08:01 -07:00
parent 9d5254c0a1
commit 3e67bfe1e5
No known key found for this signature in database
GPG Key ID: 6E196D1D87447EA1

View File

@ -18,7 +18,7 @@ export default defineConfig({
# Linked Mode
By default this plugin operates in `linked` mode (you can disabled this by passing [`linked: false` as an option](#options.linked)). In `linked` mode the plugin automatically discovers all of the entry `.marko` files while compiling the server, and tells `Vite` which modules to load in the browser.
By default this plugin operates in `linked` mode (you can disabled this by passing [`linked: false` as an option](#optionslinked)). In `linked` mode the plugin automatically discovers all of the entry `.marko` files while compiling the server, and tells `Vite` which modules to load in the browser.
With this you _do not_ create `.html` files for `Vite`, it's Marko all the way down!
Scripts, styles and other content that _would have_ been injected into the `.html` files is instead automatically injected into your `.marko` templates.