Skip to content

Commit c6f9048

Browse files
docs(website): spectrum link and puppeteer fix
1 parent ff71fdc commit c6f9048

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/overmind-website/backend/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ const googleCrawlMiddleware = async function ssr(req, res, next) {
114114
!path.extname(url)
115115
) {
116116
const browser = await puppeteer.launch({
117-
headless: true,
118-
args: ['--no-sandbox'],
117+
args: ['--no-sandbox', '--disable-setuid-sandbox'],
119118
})
120119
const page = await browser.newPage()
121120
await page.goto(url, { waitUntil: 'networkidle0' })

packages/overmind-website/src/components/Footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const Footer: SFC = () => {
2020
<div> Copyright © 2019 Christian Alfoni</div>
2121
</div>
2222
<a
23-
href="https://spectrum.chat/?t=ddc61ecd-56c7-4c54-8029-c42118d52975"
23+
href="https://spectrum.chat/overmindjs"
2424
target="_new"
2525
className={styles.chat}
2626
>

0 commit comments

Comments
 (0)