Skip to content

Commit

Permalink
Merge pull request #101 from baseplate-admin/patch-1
Browse files Browse the repository at this point in the history
fix: missing bracket and colon in `README.md`
  • Loading branch information
thijskramer authored Nov 25, 2023
2 parents 259c506 + 980e96e commit 0772000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Then in your ViteJS config file :
export default defineConfig({
...
base: "/static/",
build {
build: {
...
manifest: true,
outDir: resolve("./assets"),
Expand All @@ -78,7 +78,7 @@ export default defineConfig({
}
}
}
}
})
```

### Assets
Expand Down

0 comments on commit 0772000

Please sign in to comment.