Skip to content

Commit e2df818

Browse files
skeptrunedevcdxker
authored andcommitted
feat(component): final release version for material muse
1 parent d05deae commit e2df818

10 files changed

Lines changed: 306 additions & 276 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,5 @@ dist/**
9595
clients/python-sdk/dist
9696
pdf2md/ch_migrations/chm.toml
9797
clients/trieve-shopify-extension/shopify.app.skept-trieve-extension-test.toml
98+
clients/trieve-shopify-extension/shopify.app.skept-laptop-trieve-extension.toml
9899
charts/charts/**/*.tgz

clients/search-component/example/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
href="https://cdn.trieve.ai/favicon-16x16.png"
2323
/>
2424
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
25-
<meta property="og:title" content="Search Component By Trieve" />
25+
<meta property="og:title" content="Design Muse by Trieve" />
2626
<meta
2727
property="og:site_name"
2828
content="advanced relevance semantic search and RAG API"
@@ -34,7 +34,7 @@
3434
/>
3535
<meta property="og:type" content="" />
3636
<meta property="og:image" content="https://cdn.trieve.ai/trieve-og.png" />
37-
<title>Search Component By Trieve</title>
37+
<title>Design Muse by Trieve</title>
3838
</head>
3939
<body>
4040
<div id="root"></div>

clients/search-component/example/src/routeTree.gen.ts

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1+
/* prettier-ignore-start */
2+
13
/* eslint-disable */
24

35
// @ts-nocheck
46

57
// noinspection JSUnusedGlobalSymbols
68

7-
// This file was automatically generated by TanStack Router.
8-
// You should NOT make any changes in this file as it will be overwritten.
9-
// Additionally, you should also exclude this file from your linter and/or formatter to prevent it from being checked or modified.
9+
// This file is auto-generated by TanStack Router
1010

1111
import { createFileRoute } from '@tanstack/react-router'
1212

@@ -24,25 +24,21 @@ const IndexLazyImport = createFileRoute('/')()
2424
// Create/Update Routes
2525

2626
const SearchpageRoute = SearchpageImport.update({
27-
id: '/searchpage',
2827
path: '/searchpage',
2928
getParentRoute: () => rootRoute,
3029
} as any)
3130

3231
const RecsRoute = RecsImport.update({
33-
id: '/recs',
3432
path: '/recs',
3533
getParentRoute: () => rootRoute,
3634
} as any)
3735

3836
const EcommerceRoute = EcommerceImport.update({
39-
id: '/ecommerce',
4037
path: '/ecommerce',
4138
getParentRoute: () => rootRoute,
4239
} as any)
4340

4441
const IndexLazyRoute = IndexLazyImport.update({
45-
id: '/',
4642
path: '/',
4743
getParentRoute: () => rootRoute,
4844
} as any).lazy(() => import('./routes/index.lazy').then((d) => d.Route))
@@ -133,6 +129,8 @@ export const routeTree = rootRoute
133129
._addFileChildren(rootRouteChildren)
134130
._addFileTypes<FileRouteTypes>()
135131

132+
/* prettier-ignore-end */
133+
136134
/* ROUTE_MANIFEST_START
137135
{
138136
"routes": {

0 commit comments

Comments
 (0)