1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-24 16:06:58 +00:00

Add build targets required by ./bin/site-build.sh...

... when building the geospatial edition as the main edition, making it easier to find on Vercel
This commit is contained in:
jeremy@jermolene.com 2023-03-16 20:41:49 +00:00
parent 1fbc35e15a
commit ff70949e84

View File

@ -11,6 +11,8 @@
],
"build": {
"index": [
"--render","$:/core/save/all","geospatialdemo.html","text/plain"]
"--render","$:/core/save/all","geospatialdemo.html","text/plain"],
"favicon": [],
"static": []
}
}