We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424f81c commit e88e115Copy full SHA for e88e115
_extensions/sverto/create-imports.lua
@@ -81,7 +81,7 @@ local preprocess_qmd_filter = {
81
-- /site_libs/quarto-ojs
82
block.text = block_text:gsub(
83
svelte_import_syntax,
84
- "import(\"./../../" .. current_qmd_path .. "%1.js\");")
+ "import(\"./../../" .. current_qmd_path .. "%1.js\")")
85
86
end
87
return block
docs/_extensions/sverto/create-imports.lua
0 commit comments