From e3503cf568e822e0b0d2ae819adb8948acea9a34 Mon Sep 17 00:00:00 2001 From: Neko Nekowazarashi Date: Tue, 30 May 2023 20:14:20 +0700 Subject: [PATCH] garis miring --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 04b8b33..c55a869 100755 --- a/scripts/install +++ b/scripts/install @@ -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