Skip to content

Commit

Permalink
add github link to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Oct 31, 2023
1 parent e6698ff commit fad9e55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ export default function Home({ dataArr, data }: { dataArr: number[], data: Perso
<p>Parquet data fetched on client, from <a href={url}>{url}</a> (with <code>useParquet</code>):</p>
<pre>{JSON.stringify(fetchedData)}</pre>
</>}
<hr/>
<p>GitHub: <a target={"_blank"} href={"https://github.com/ryan-williams/next-duckdb-parquet-demo"}>ryan-williams/next-duckdb-parquet-demo</a></p>
</div>
)
}

0 comments on commit fad9e55

Please sign in to comment.