diff --git a/package.json b/package.json index dcbfa1f..a84a40e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "url": "git+https://github.com/sunrise-seattle/website.git" }, "scripts": { - "build": "gatsby build", + "build": "gatsby build; echo \"sunriseseattle.org\" > public/CNAME", "format": "prettier --write \"**/*.{js,jsx,json,md}\"", "start": "gatsby develop", "serve": "gatsby serve",