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 67770f5 commit 164d3ecCopy full SHA for 164d3ec
nuxt.config.js
@@ -6,7 +6,7 @@ const domainAliases = [
6
const canonicalLinks = domainAliases.map(x => ({ rel: "canonical", href: x }))
7
const DESCRIPTION = "A text diff viewer that is privacy focused, secure, sharable and simple";
8
export default {
9
- target: 'static',
+ ssr: true,
10
head: {
11
title: `Diff viewer - ${DESCRIPTION}`,
12
meta: [
0 commit comments