diff --git a/.platform/confighooks/predeploy/00_build.sh b/.platform/confighooks/predeploy/00_build.sh deleted file mode 100755 index 8ceacc1a..00000000 --- a/.platform/confighooks/predeploy/00_build.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash - -echo primsa migrate -npm run migrate - -echo build with npm -npm run build \ No newline at end of file diff --git a/components/text.js b/components/text.js index 3b239c1f..fa107e5d 100644 --- a/components/text.js +++ b/components/text.js @@ -66,7 +66,6 @@ export default function Text ({ nofollow, children }) { return {match} }) : e) - console.log(href) return ( /* eslint-disable-next-line */