Skip to content

Commit 03345cc

Browse files
committed
remove rewrites
1 parent fe04b82 commit 03345cc

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

firebase.json

-18
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,6 @@
77
{
88
"source": "**",
99
"destination": "/stories/dist/"
10-
},
11-
{
12-
"source": "/stories/{,/**}",
13-
"destination": "/stories/dist/index.html"
14-
},
15-
{
16-
// Excludes specified pathways from rewrites
17-
"source": "!/stories/@(js|css)/**",
18-
"destination": "/stories/dist/"
19-
},
20-
{
21-
"source": "/centering/{,/**}",
22-
"destination": "/centering/dist/index.html"
23-
},
24-
{
25-
// Excludes specified pathways from rewrites
26-
"source": "!/centering/@(js|css)/**",
27-
"destination": "/centering/dist/"
2810
}
2911
],
3012
"ignore": [

0 commit comments

Comments
 (0)