From 3e67bfe1e52da5ae077613a804ea5ef6b4c3d8f4 Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Mon, 24 Jan 2022 20:08:01 -0700 Subject: [PATCH] fix: update invalid docs link --- packages/marko/docs/vite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/marko/docs/vite.md b/packages/marko/docs/vite.md index 1250c0fce..da387fc6e 100644 --- a/packages/marko/docs/vite.md +++ b/packages/marko/docs/vite.md @@ -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.