Created
July 25, 2017 08:42
-
-
Save jthegedus/6848f9c88563e1c4b0e85e15f75d0fa5 to your computer and use it in GitHub Desktop.
Cloud Functions for Firebase - NextJS example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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