diff --git a/site/src/constants.ts b/site/src/constants.ts index fa88cbf..7a89c26 100644 --- a/site/src/constants.ts +++ b/site/src/constants.ts @@ -1 +1 @@ -export const snapId = import.meta.env.DEV? "local:http://localhost:8080/" : "npm:stellar-snap" \ No newline at end of file +export const snapId = "npm:stellar-snap" \ No newline at end of file