Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: firebase.json

Issue 2316583002: Update format of json file as deployment failed (was using old syntax) (Closed) Base URL: git@github.com:dartino/www.dartino.org.git@master
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firebase.json
diff --git a/firebase.json b/firebase.json
index ee98976908f3b3b7a14020cfaf16dc872bb4b787..a227631e862c5aa71219409bad9e0565b18f3bc6 100644
--- a/firebase.json
+++ b/firebase.json
@@ -1,97 +1,97 @@
{
"hosting": {
- "public": "_site"
- },
- "redirects": [
- {
- "source" : "/why",
- "destination" : "/",
- "type" : 301
- },
- {
- "source" : "/faq",
- "destination" : "/",
- "type" : 301
- },
- {
- "source" : "/codelab",
- "destination" : "/",
- "type" : 301
- },
- {
- "source" : "/codelab/setup",
- "destination" : "/",
- "type" : 301
- },
- {
- "source" : "/getting-started",
- "destination" : "/",
- "type" : 301
- },
- {
- "source" : "/getting-started/manual-install",
- "destination" : "/",
- "type" : 301
- },
- {
- "source" : "/getting-started/stm32f411nucleo",
- "destination" : "/",
- "type" : 301
- },
- {
- "source" : "/getting-started/stm32f746disco",
- "destination" : "/",
- "type" : 301
- },
- {
- "source" : "/guides",
- "destination" : "/",
- "type" : 301
- },
- {
- "source" : "/guides/atom",
- "destination" : "/",
- "type" : 301
- },
- {
- "source" : "/guides/bring-up",
- "destination" : "/",
- "type" : 301
- },
- {
- "source" : "/guides/concurrency",
- "destination" : "/",
- "type" : 301
- },
- {
- "source" : "/guides/debugging",
- "destination" : "/",
- "type" : 301
- },
- {
- "source" : "/guides/tool",
- "destination" : "/",
- "type" : 301
- },
- {
- "source" : "/samples",
- "destination" : "/",
- "type" : 301
- },
- {
- "source" : "/samples/raspberrypi2",
- "destination" : "/",
- "type" : 301
- },
- {
- "source" : "/samples/stm32f411nucleo",
- "destination" : "/",
- "type" : 301
- },
- {
- "source" : "/samples/stm32f746disco",
- "destination" : "/",
- "type" : 301
- }
- ]
+ "public": "_site",
+ "redirects": [
+ {
+ "source": "/why",
+ "destination": "/",
+ "type": 301
+ },
+ {
+ "source": "/faq",
+ "destination": "/",
+ "type": 301
+ },
+ {
+ "source": "/codelab",
+ "destination": "/",
+ "type": 301
+ },
+ {
+ "source": "/codelab/setup",
+ "destination": "/",
+ "type": 301
+ },
+ {
+ "source": "/getting-started",
+ "destination": "/",
+ "type": 301
+ },
+ {
+ "source": "/getting-started/manual-install",
+ "destination": "/",
+ "type": 301
+ },
+ {
+ "source": "/getting-started/stm32f411nucleo",
+ "destination": "/",
+ "type": 301
+ },
+ {
+ "source": "/getting-started/stm32f746disco",
+ "destination": "/",
+ "type": 301
+ },
+ {
+ "source": "/guides",
+ "destination": "/",
+ "type": 301
+ },
+ {
+ "source": "/guides/atom",
+ "destination": "/",
+ "type": 301
+ },
+ {
+ "source": "/guides/bring-up",
+ "destination": "/",
+ "type": 301
+ },
+ {
+ "source": "/guides/concurrency",
+ "destination": "/",
+ "type": 301
+ },
+ {
+ "source": "/guides/debugging",
+ "destination": "/",
+ "type": 301
+ },
+ {
+ "source": "/guides/tool",
+ "destination": "/",
+ "type": 301
+ },
+ {
+ "source": "/samples",
+ "destination": "/",
+ "type": 301
+ },
+ {
+ "source": "/samples/raspberrypi2",
+ "destination": "/",
+ "type": 301
+ },
+ {
+ "source": "/samples/stm32f411nucleo",
+ "destination": "/",
+ "type": 301
+ },
+ {
+ "source": "/samples/stm32f746disco",
+ "destination": "/",
+ "type": 301
+ }
+ ]
+ }
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698