diff --git a/frontend/src/lib/base.ts b/frontend/src/lib/base.ts index 466f4244ca..026d4bcbca 100644 --- a/frontend/src/lib/base.ts +++ b/frontend/src/lib/base.ts @@ -1 +1 @@ -export const base: string = import.meta.env.VITE_PATHS_BASE ?? '' +export const base: string = import.meta.env.BASE_URL diff --git a/frontend/src/lib/components/AllFlowLogs.svelte b/frontend/src/lib/components/AllFlowLogs.svelte index 270ba2bffa..23cfa75f10 100644 --- a/frontend/src/lib/components/AllFlowLogs.svelte +++ b/frontend/src/lib/components/AllFlowLogs.svelte @@ -21,7 +21,7 @@ class="text-xs" rel="noreferrer" target="_blank" - href="{base}/run/{job}?workspace={$workspaceStore}" + href="{base}run/{job}?workspace={$workspaceStore}" > {job} diff --git a/frontend/src/lib/components/AppConnectInner.svelte b/frontend/src/lib/components/AppConnectInner.svelte index e3bda500fd..13be80dc02 100644 --- a/frontend/src/lib/components/AppConnectInner.svelte +++ b/frontend/src/lib/components/AppConnectInner.svelte @@ -370,11 +370,11 @@ add a schedule to do daily):

1. Go to the "admins" workspaces: - sync resource types + sync resource types

2: Run the synchronization script: - sync resource types + sync resource types

{/if} diff --git a/frontend/src/lib/components/AssignableTagsInner.svelte b/frontend/src/lib/components/AssignableTagsInner.svelte index 19fff0a795..fedd7232e6 100644 --- a/frontend/src/lib/components/AssignableTagsInner.svelte +++ b/frontend/src/lib/components/AssignableTagsInner.svelte @@ -73,7 +73,7 @@ Add {#if !$superadmin} superadmin only {/if} Configure Configure worker groups to listen to tags diff --git a/frontend/src/lib/components/DeployWorkspace.svelte b/frontend/src/lib/components/DeployWorkspace.svelte index 71af286658..2412b536c8 100644 --- a/frontend/src/lib/components/DeployWorkspace.svelte +++ b/frontend/src/lib/components/DeployWorkspace.svelte @@ -537,7 +537,7 @@ > {:else} Share this link to have another properly permissioned + >Share this link to have another properly permissioned user do the deployment diff --git a/frontend/src/lib/components/DisplayResult.svelte b/frontend/src/lib/components/DisplayResult.svelte index 3f4a3e550f..a78100b06d 100644 --- a/frontend/src/lib/components/DisplayResult.svelte +++ b/frontend/src/lib/components/DisplayResult.svelte @@ -681,7 +681,7 @@ > Download {filename ? '' : 'as JSON'} @@ -745,7 +745,7 @@ diff --git a/frontend/src/lib/components/ErrorOrRecoveryHandler.svelte b/frontend/src/lib/components/ErrorOrRecoveryHandler.svelte index 465805fb61..d82fc44d6c 100644 --- a/frontend/src/lib/components/ErrorOrRecoveryHandler.svelte +++ b/frontend/src/lib/components/ErrorOrRecoveryHandler.svelte @@ -280,7 +280,7 @@

The workspace needs to be connected to Slack to use this feature. You can configure it hereconfigure it here.