Skip to content

Commit

Permalink
docs(website): spectrum link and puppeteer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
christianalfoni committed Jan 1, 2019
1 parent ff71fdc commit c6f9048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/overmind-website/backend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ const googleCrawlMiddleware = async function ssr(req, res, next) {
!path.extname(url)
) {
const browser = await puppeteer.launch({
headless: true,
args: ['--no-sandbox'],
args: ['--no-sandbox', '--disable-setuid-sandbox'],
})
const page = await browser.newPage()
await page.goto(url, { waitUntil: 'networkidle0' })
Expand Down
2 changes: 1 addition & 1 deletion packages/overmind-website/src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Footer: SFC = () => {
<div> Copyright © 2019 Christian Alfoni</div>
</div>
<a
href="https://spectrum.chat/?t=ddc61ecd-56c7-4c54-8029-c42118d52975"
href="https://spectrum.chat/overmindjs"
target="_new"
className={styles.chat}
>
Expand Down

0 comments on commit c6f9048

Please sign in to comment.