We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ede7d4 commit 888b577Copy full SHA for 888b577
nuxt.config.js
@@ -13,7 +13,7 @@ const canonicalLinks = domainAliases.map((x) => ({ rel: 'canonical', href: x }))
13
const DESCRIPTION =
14
'A privacy first diff viewer that is secure, easy, simple and for any text type'
15
export default {
16
- ssr: true,
+ ssr: false,
17
head: {
18
title: `Diff viewer - ${DESCRIPTION}`,
19
meta: [
0 commit comments