1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lingva_ynh.git synced 2024-09-03 19:36:20 +02:00
This commit is contained in:
Neko Nekowazarashi 2023-05-30 20:26:11 +07:00
parent e3503cf568
commit a17c571666

View file

@ -56,7 +56,7 @@ fi
echo "module.exports = { basePath: '$next_path', };" >> "$install_dir/next.config.js" 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 # BUILD AND INSTALL THE APP