From fba4bb5c9e1f9f73645744203620a8286fec0241 Mon Sep 17 00:00:00 2001 From: Silberengel Date: Mon, 24 Feb 2025 21:48:16 -0800 Subject: [PATCH] Update readme about the preview instance. Close issue#161 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd95ef4..8a4e713 100644 --- a/README.md +++ b/README.md @@ -31,18 +31,18 @@ npm run dev -- --open ## Building +> We have configured Alexandria to use the static adapter. To deploy your app with a different adapter, you will need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment. + To build a production version of your app, as a static site: ```bash npm run build ``` -You can preview the production build with: +You can preview the (non-static) production build with: ```bash npm run preview ``` -> We have configured Alexandria to use the static adapter. To deploy your app with a different adapter, you will need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment. - ## Docker This docker container performs the build.