Skip to content

Commit 20585d2

Browse files
authored
Merge pull request #407 from thefrontside/tm/switch-to-effection-www
Changed the URL to effection-www website
2 parents 1d6f29c + df57141 commit 20585d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function proxySites() {
5353
return {
5454
effection: {
5555
prefix: "effection",
56-
website: Deno.env.get("EFFECTION_URL") ?? "https://effection.deno.dev",
56+
website: Deno.env.get("EFFECTION_URL") ?? "https://effection-www.deno.dev",
5757
},
5858
interactors: {
5959
prefix: "interactors",

0 commit comments

Comments
 (0)