Skip to content

Commit

Permalink
chore: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
broomva committed Feb 3, 2024
1 parent c80b119 commit 0479ab1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const nextConfig = {
destination:
process.env.NODE_ENV === "development"
? "http://127.0.0.1:8000/api/:path*"
: "/vortex/api/",
: "/api/",
},
{
source: "/docs",
Expand Down
2 changes: 1 addition & 1 deletion src/app/flows/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const flows = () => {
<title>Vortex Flows Embeded</title>
</Head>
<iframe
src="https://broomva.dagster.cloud/"
src="https://broomva.dagster.cloud/prod/"
style={{
position: 'absolute',
top: 0,
Expand Down
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function Home() {
<p className="fixed left-0 top-0 flex w-full justify-center border-b border-gray-300 bg-gradient-to-b from-zinc-200 pb-6 pt-8 backdrop-blur-2xl dark:border-neutral-800 dark:bg-zinc-800/30 dark:from-inherit lg:static lg:w-auto lg:rounded-xl lg:border lg:bg-gray-200 lg:p-4 lg:dark:bg-zinc-800/30">
Check the Vortex API at&nbsp;
<Link href="/api/check">
<code className="font-mono font-bold">api/index.py</code>
<code className="font-mono font-bold">api/check</code>
</Link>
</p>
<div className="fixed bottom-0 left-0 flex h-48 w-full items-end justify-center bg-gradient-to-t from-white via-white dark:from-black dark:via-black lg:static lg:h-auto lg:w-auto lg:bg-none">
Expand Down

0 comments on commit 0479ab1

Please sign in to comment.