Fix Website deploy (#13482)

Fix broken website deploy due to absolute path
This commit is contained in:
Félix Malfait
2025-07-29 11:03:10 +02:00
committed by GitHub
parent a47a5683fd
commit 7f67fc8257
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -169,7 +169,7 @@
"react-imask": "^7.6.0",
"react-intersection-observer": "^9.15.1",
"react-loading-skeleton": "^3.3.1",
"react-phone-number-input": "patch:react-phone-number-input@npm%3A3.4.5#~/.yarn/patches/react-phone-number-input-npm-3.4.5-dc2895c306.patch",
"react-phone-number-input": "patch:react-phone-number-input@npm%3A3.4.5#./.yarn/patches/react-phone-number-input-npm-3.4.5-dc2895c306.patch",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.4.4",
"react-textarea-autosize": "^8.4.1",
+3 -3
View File
@@ -51350,9 +51350,9 @@ __metadata:
languageName: node
linkType: hard
"react-phone-number-input@patch:react-phone-number-input@npm%3A3.4.5#~/.yarn/patches/react-phone-number-input-npm-3.4.5-dc2895c306.patch":
"react-phone-number-input@patch:react-phone-number-input@npm%3A3.4.5#./.yarn/patches/react-phone-number-input-npm-3.4.5-dc2895c306.patch::locator=twenty%40workspace%3A.":
version: 3.4.5
resolution: "react-phone-number-input@patch:react-phone-number-input@npm%3A3.4.5#~/.yarn/patches/react-phone-number-input-npm-3.4.5-dc2895c306.patch::version=3.4.5&hash=4d6a74"
resolution: "react-phone-number-input@patch:react-phone-number-input@npm%3A3.4.5#./.yarn/patches/react-phone-number-input-npm-3.4.5-dc2895c306.patch::version=3.4.5&hash=4d6a74&locator=twenty%40workspace%3A."
dependencies:
classnames: "npm:^2.5.1"
country-flag-icons: "npm:^1.5.11"
@@ -57538,7 +57538,7 @@ __metadata:
react-imask: "npm:^7.6.0"
react-intersection-observer: "npm:^9.15.1"
react-loading-skeleton: "npm:^3.3.1"
react-phone-number-input: "patch:react-phone-number-input@npm%3A3.4.5#~/.yarn/patches/react-phone-number-input-npm-3.4.5-dc2895c306.patch"
react-phone-number-input: "patch:react-phone-number-input@npm%3A3.4.5#./.yarn/patches/react-phone-number-input-npm-3.4.5-dc2895c306.patch"
react-responsive: "npm:^9.0.2"
react-router-dom: "npm:^6.4.4"
react-textarea-autosize: "npm:^8.4.1"