Skip to content

Commit b3f3273

Browse files
committed
update version and path
1 parent 6518b71 commit b3f3273

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gigapi-ui",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"type": "module",
55
"description": "UI interface for GigAPI: The Infinite Timeseries Lakehouse. GigAPI UI provides a slick web interface to query time-series using GigAPI Catalog Metadata + DuckDB",
66
"scripts": {

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function AppInitializer() {
6868
// Main app with router - only shown when connected
6969
function AppWithRouter() {
7070
return (
71-
<Router basename="/ui/">
71+
<Router>
7272
<SidebarProvider
7373
style={
7474
{

vite.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const packageJson = JSON.parse(
1010
)
1111

1212
export default defineConfig({
13-
base: '/ui/',
1413
plugins: [react(), tailwindcss()],
1514
resolve: {
1615
alias: {

0 commit comments

Comments
 (0)