From 980e96ea192bd65327bfe115641eeda94948ce91 Mon Sep 17 00:00:00 2001 From: baseplate-admin <61817579+baseplate-admin@users.noreply.github.com> Date: Thu, 16 Nov 2023 08:37:07 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 615b27c..0c8987c 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Then in your ViteJS config file : export default defineConfig({ ... base: "/static/", - build { + build: { ... manifest: true, outDir: resolve("./assets"), @@ -78,7 +78,7 @@ export default defineConfig({ } } } -} +}) ``` ### Assets