Skip to content

Commit

Permalink
feat(showcase): change output
Browse files Browse the repository at this point in the history
  • Loading branch information
nakzyu committed May 15, 2024
1 parent a5fa20a commit 1c50bf3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
3 changes: 1 addition & 2 deletions apps/showcase/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
},
"web": {
"bundler": "metro",
"favicon": "./assets/favicon.png",
"output": "static"
"favicon": "./assets/favicon.png"
},
"plugins": ["expo-router"]
}
Expand Down
13 changes: 13 additions & 0 deletions apps/showcase/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"buildCommand": "expo export -p web",
"outputDirectory": "dist",
"devCommand": "expo",
"cleanUrls": true,
"framework": null,
"rewrites": [
{
"source": "/:path*",
"destination": "/"
}
]
}

1 comment on commit 1c50bf3

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for headlessui-react-native-showcase ready!

✅ Preview
https://headlessui-react-native-showcase-f5x1z9w4s-nakzyus-projects.vercel.app

Built with commit 1c50bf3.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.