Skip to content

Commit

Permalink
Correct vercel settings
Browse files Browse the repository at this point in the history
  • Loading branch information
foo committed Nov 7, 2024
1 parent 9f6c350 commit 86610fb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ python -m pip install -r requirements-deploy.txt

# build the JupyterLite site
jupyter lite --version
jupyter lite build --contents demo/contents --output-dir dist
jupyter lite build --contents contents --output-dir dist
2 changes: 1 addition & 1 deletion deploy/requirements-deploy.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jupyterlab>=4,<5
jupyterlite-core>=0.4,<0.5
jupyterlite-pyodide-kernel
.
..
2 changes: 0 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"buildCommand": "cd deploy && bash ./deploy.sh",
"outputDirectory": "deploy/dist",
"headers": [
{
"source": "/(.*)",
Expand Down

0 comments on commit 86610fb

Please sign in to comment.