Skip to content

Commit

Permalink
Finish v2 docs setup (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper authored Jun 21, 2023
1 parent fc27280 commit 7411b92
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion documentation-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"auri.deploy": "curl -X POST $V2_VERCEL_DEPLOY_HOOK",
},
"dependencies": {
"@astrojs/tailwind": "^3.1.3",
Expand Down
Binary file modified documentation-v2/public/preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion documentation-v2/vercel.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"cleanUrls": true
"cleanUrls": true,
"git": {
"deploymentEnabled": {
"main": false
}
}
}

0 comments on commit 7411b92

Please sign in to comment.