mirror of
https://github.com/YunoHost-Apps/lingva_ynh.git
synced 2024-09-03 19:36:20 +02:00
saltik
This commit is contained in:
parent
e3503cf568
commit
a17c571666
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue