mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
Merge remote-tracking branch 'origin/main' into main
feat(params.toml): add 'bundled' parameter to control whether to use bundled js and css or build from scratch
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
# website title
|
||||
title = "Bridget"
|
||||
# use bundled js and css
|
||||
# if you want to build the js and css from scratch, set this to false and run `npm install` and `npm run build`
|
||||
bundled = false
|
||||
|
||||
Reference in New Issue
Block a user