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:
Sped0n
2023-11-02 10:50:24 +08:00
parent 9d365d8c96
commit 4c09b08172
2 changed files with 19 additions and 5 deletions

View File

@@ -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