We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20d7e8 commit 7d3f67eCopy full SHA for 7d3f67e
src/commands/build/fleek/index.ts
@@ -81,7 +81,7 @@ export async function createFunction(props: {
81
});
82
83
const response: Origin = {
84
- url: `https://${result.slug}.functions.stg.on-fleek-test.app`,
+ url: `https://${result.slug}.functions.on-fleek.app`,
85
type: 'functions',
86
name: props.key === '' ? '/' : props.key,
87
};
@@ -300,7 +300,7 @@ export async function createProxyFunction(props: {
300
dryRun: props.dryRun,
301
302
303
- const url = `https://${result.slug}.functions.stg.on-fleek-test.app`;
+ const url = `https://${result.slug}.functions.on-fleek.app`;
304
305
if (!props.dryRun) {
306
output.success(t('functionCreated', { name: 'routing' }));
0 commit comments