Skip to content

Commit

Permalink
chore: fix example-ssr build
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Aug 9, 2023
1 parent f6d194a commit a7ef7bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/example-ssr/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sanityIntegration from '@sanity/astro'
import { defineConfig } from 'astro/config'
import vercel from '@astrojs/vercel/serverless'
import vercel from '@astrojs/vercel/edge'

// https://astro.build/config
export default defineConfig({
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**", "!.next/cache/**", "build/**", "public/**"]
"outputs": ["dist/**", ".next/**", "!.next/cache/**", "build/**", "public/**", ".vercel/output/**"]
},
"lint": {},
"dev": {
Expand Down

1 comment on commit a7ef7bc

@vercel
Copy link

@vercel vercel bot commented on a7ef7bc Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sanity-astro-example-ssr – ./apps/example-ssr

sanity-astro-example-ssr-git-main.sanity.build
sanity-astro-example-ssr.sanity.build

Please sign in to comment.