From e6c21560e057e31549c403b7adb6d824d10d5aa2 Mon Sep 17 00:00:00 2001 From: hugos68 Date: Tue, 10 Dec 2024 12:45:16 +0100 Subject: [PATCH] Add note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 935ab76..d0666ae 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ export default defineConfig({ }); ``` +Note: If you decide to use an inline config, you would still need to add the `--site` flag to your `pagefind` command. + Note: If your framework does not have a `vite.config` consider consulting the framework documentation to see how to add a Vite plugin. 2. Add the post build command to your `package.json`: