Skip to content

Commit 7d3f67e

Browse files
committed
fix: 🐛️ Update fleek functions url
1 parent b20d7e8 commit 7d3f67e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/build/fleek/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export async function createFunction(props: {
8181
});
8282

8383
const response: Origin = {
84-
url: `https://${result.slug}.functions.stg.on-fleek-test.app`,
84+
url: `https://${result.slug}.functions.on-fleek.app`,
8585
type: 'functions',
8686
name: props.key === '' ? '/' : props.key,
8787
};
@@ -300,7 +300,7 @@ export async function createProxyFunction(props: {
300300
dryRun: props.dryRun,
301301
});
302302

303-
const url = `https://${result.slug}.functions.stg.on-fleek-test.app`;
303+
const url = `https://${result.slug}.functions.on-fleek.app`;
304304

305305
if (!props.dryRun) {
306306
output.success(t('functionCreated', { name: 'routing' }));

0 commit comments

Comments
 (0)