Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie authored Feb 22, 2024
1 parent 35cc753 commit 9d1a6fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d1a6fd

Please sign in to comment.