diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-04-06 10:57:42 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-04-06 10:57:42 -0300 |
commit | 8f4473336fcf9ed94222797ce7e0c35226a90cbb (patch) | |
tree | 7143b9e1f3126407bd04a47462d8acbed37b668a /src/util | |
parent | f61b789661300238460001a91697269a00de7271 (diff) |
build steps: jank together ultra-basic page write
Super simple technically functional sketch.
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/link.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/link.js b/src/util/link.js index 00abc69e..a9f79c8b 100644 --- a/src/util/link.js +++ b/src/util/link.js @@ -109,7 +109,7 @@ function linkDirectory(key, { data = null, attr = null, ...conf -}) { +} = {}) { return linkHelper({ data: thing => ({ ...(data ? data(thing) : {}), |