Skip to content

Commit 2319caa

Browse files
committed
fix build
1 parent e3ef3a5 commit 2319caa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/_snippets/hey.org

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* Hey, there
2+
3+
The /beauty/ of org *must* be shared.
4+
[[https://upload.wikimedia.org/wikipedia/commons/a/a6/Org-mode-unicorn.svg][org-mode logo]]

docs/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ const { metafile } = await esbuild.build({
1313
})
1414

1515
// write metafile to meta.json
16-
await fs.writeFile('meta.json', JSON.stringify(metafile))
16+
await fs.writeFile('.meta.json', JSON.stringify(metafile))

0 commit comments

Comments
 (0)