We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ceab0 commit 35c1e5fCopy full SHA for 35c1e5f
build.sh
@@ -41,6 +41,7 @@ for input_path in content/*.md; do
41
# Use perl for cross-platform compatibility (macOS and Linux)
42
perl -i -pe 's|href="styles/|href="../styles/|g' "$output_path"
43
perl -i -pe "s|url\('images/|url\('../images/|g" "$output_path"
44
+ perl -i -pe 's|src="images/|src="../images/|g' "$output_path"
45
echo "Fixed paths for demo file: $output_path"
46
fi
47
0 commit comments