add lint command and github action to deploy on master push

This commit is contained in:
2021-06-19 08:11:19 -07:00
parent 410d5b55c8
commit d130dbf336
3 changed files with 39 additions and 28 deletions

View File

@@ -12,7 +12,7 @@ export default function HTML(props) {
name="viewport"
/>
{props.headComponents}
<script async defer data-domain="chuckdries.com" src="https://analytics.chuckdries.com/js/plausible.js"></script>
<script async data-domain="chuckdries.com" defer src="https://analytics.chuckdries.com/js/plausible.js"></script>
</head>
<body {...props.bodyAttributes}>
{props.preBodyComponents}