1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lingva_ynh.git synced 2024-09-03 19:36:20 +02:00

garis miring

This commit is contained in:
Neko Nekowazarashi 2023-05-30 20:14:20 +07:00
parent 1c8a26e766
commit e3503cf568

View file

@ -56,7 +56,7 @@ fi
echo "module.exports = { basePath: '$next_path', };" >> "$install_dir/next.config.js"
ynh_replace_string --match_string="src={useColorModeValue("/banner_light.svg", "/banner_dark.svg")}" --replace_string="src={useColorModeValue("$next_path/banner_light.svg", "$next_path/banner_dark.svg")} --target_file="$install_dir/components/Header.tsx"
ynh_replace_string --match_string="src={useColorModeValue(\"/banner_light.svg\", \"/banner_dark.svg\")}" --replace_string="src={useColorModeValue(\"$next_path/banner_light.svg\", \"$next_path/banner_dark.svg\")} --target_file="$install_dir/components/Header.tsx"
#=================================================
# BUILD AND INSTALL THE APP