diff --git a/README.md b/README.md index 5ee5de3..d1fa309 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ - [`needle.config.json`](./needle.config.json) Added the `baseUrl` config to `assets` to change codegen (`src/generated/gen`) to point to the local server relative url! - Make sure to change the base to the correct path on your domain: - For example: if you deploy to `https://test.github.io/my-repository` it should contain `/my-repository` - [`svelte.config.js`](./svelte.config.js) Defines `paths.base` for deployment. - Uses `adapter-static` currently to produce static pages that can be uploaded anywhere. Adjust it for your needs. + Uses `adapter-static` currently to produce static pages that can be uploaded anywhere. + Adjust it for your needs. Make sure to change the base to the correct path on your domain! + For example: if you deploy to `https://test.github.io/my-repository` it should contain `/my-repository` ## Github Pages Instructions