Skip to content

Instantly share code, notes, and snippets.

@jthegedus
Created July 25, 2017 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jthegedus/6848f9c88563e1c4b0e85e15f75d0fa5 to your computer and use it in GitHub Desktop.
Save jthegedus/6848f9c88563e1c4b0e85e15f75d0fa5 to your computer and use it in GitHub Desktop.
Cloud Functions for Firebase - NextJS example
{
"hosting": {
"public": "src/public",
"rewrites": [
{
"source": "**/**",
"function": "next"
}
]
},
"functions": {
"source": "src/functions"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment