{
	"hosting": {
		"public": "storybook-static",
		"site": "toolbox-layout-stories",
		"ignore": [
			"firebase.json",
			"**/.*",
			"**/node_modules/**"
		],
		"rewrites": [
			{
				"source": "**",
				"destination": "/index.html"
			}
		]
	}
}
