@hyperbook/markdown 0.37.0 → 0.37.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -61379,7 +61379,7 @@ var remarkDirectiveSqlIde_default = (ctx) => () => {
|
|
|
61379
61379
|
children: [
|
|
61380
61380
|
{
|
|
61381
61381
|
type: "raw",
|
|
61382
|
-
value: `{'id': '${id}', 'databaseURL': '${db}'}`
|
|
61382
|
+
value: `{'id': '${id}', 'databaseURL': '${ctx.makeUrl(db || "", "public")}'}`
|
|
61383
61383
|
},
|
|
61384
61384
|
...codes,
|
|
61385
61385
|
{
|