Skip to content

Commit

Permalink
fix pages demo (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarDamkjaer authored Oct 23, 2023
1 parent d6c654b commit d7257eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This mono repo contains packages that together make up Neo4j's Cypher Language s

The project is in an early stage. We are still missing important features and the project is not yet stable. We welcome feedback and contributions!

Try it out in our demo or in our alpha releases in [Neo4j Workspace](https://workspace.neo4j.io) and soon also in our VSCode extension.
Try it out in our [demo](https://neo4j.github.io/cypher-language-support/) or in our alpha releases in [Neo4j Workspace](https://workspace.neo4j.io) and soon also in our VSCode extension.

## Project Overview

Expand Down
3 changes: 3 additions & 0 deletions imgs/repo-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/react-codemirror-playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ import { defineConfig } from 'vite';

export default defineConfig({
plugins: [react()],
base: '/cypher-language-support',
});

0 comments on commit d7257eb

Please sign in to comment.