Skip to content

Commit

Permalink
add .gitignore modification to sveltekit doc (#3074)
Browse files Browse the repository at this point in the history
* add gitignore modification to sveltekit doc

* Fix Typo

---------

Co-authored-by: Lea Anthony <[email protected]>
  • Loading branch information
gursheyss and leaanthony authored Dec 4, 2023
1 parent 3c5d850 commit a1f0673
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docs/guides/sveltekit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ This guide will go into:
##### Modify main.go.
- The first comment `//go:embed all:frontend/dist` needs to be changed to `//go:embed all:frontend/build`

##### Modify .gitignore
- The line `frontend/dist` needs to be replaced with `frontend/build`

##### Install/remove dependencies using your favorite package manager.
- Navigate into your "frontend" folder.
- `npm i`
Expand Down

0 comments on commit a1f0673

Please sign in to comment.