We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c071c commit 06d4f48Copy full SHA for 06d4f48
apps/converter-frontend/pages/authors.tsx
@@ -8,7 +8,6 @@ import { VStack } from '../components/stack/stack'
8
import qs from 'querystring'
9
10
function AuthorPage() {
11
- // props: AuthorPageProps
12
const { data: session, status } = useSession()
13
if (status !== 'authenticated') {
14
return (
vercel.json
@@ -1,7 +1,7 @@
1
{
2
"functions": {
3
"api/style.rb": {
4
- "includeFiles": "Gemfile*|api/style.rb"
+ "includeFiles": "+(Gemfile*|api/style.rb)"
5
}
6
7
0 commit comments