Skip to content

Commit

Permalink
chore: 🤖 fix broken url in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpetrov committed Oct 6, 2023
1 parent 065f3db commit b92b687
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center" style="font-weight: bold">
<br>
<a href="https://chaindesk.ai"><img src="public/app-logo-icon.png" alt="WebTorrent" width="200"></a>
<a href="https://chaindesk.ai"><img src="apps/dashboard/public/app-logo-icon.png" alt="Chaindesk" width="200"></a>
<br>
Chaindesk
<br>
Expand All @@ -12,7 +12,7 @@
<!-- <h4 align="center">The no-code platform for semantic search and retrieval of personal or organizational documents.</h4> -->

<h2 align="center">
<img src="public/og-image.png" alt="Chaindesk" width="1000" style="max-width: 100%;">
<img src="apps/dashboard/public/og-image.png" alt="Chaindesk" width="1000" style="max-width: 100%;">
</h2>

**[Chaindesk](https://chaindesk.ai)** provides a user-friendly solution to quickly setup a semantic search system over your personal data without any technical knowledge.
Expand Down Expand Up @@ -93,7 +93,9 @@ pnpm worker:datasource-loader
<!-- #### With docker compose -->

<!-- First `cd .dev/databerry` then populate the config files `app.env` and `docker.env` as needed, then run the compose command: -->

### Run locally (Docker required)

```shell
cp .env.example .env.local
# Add your own OPENAI_API_KEY
Expand All @@ -102,4 +104,4 @@ pnpm dev

# Dev emails inbox (maildev)
# visit http://localhost:1080
```
```
5 changes: 0 additions & 5 deletions apps/dashboard/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ const nextConfig = {
transpilePackages: ['@chaindesk/lib', '@chaindesk/emails'],
experimental: {
outputFileTracingRoot: path.join(__dirname, '../../'),
// legacyBrowsers: false,
// outputFileTracingIgnores: ['**canvas**'],
outputFileTracingExcludes: {
'*': ['node_modules/.pnpm/[email protected]'],
},
},
// eslint: {
// dirs: ['pages', 'utils', 'components', 'hooks', 'types', 'widgets'],
Expand Down

0 comments on commit b92b687

Please sign in to comment.