Skip to content

Commit 2207ba9

Browse files
committed
fix(seo): modified title and description as per google console data
1 parent a417272 commit 2207ba9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nuxt.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import MonacoWebpackPlugin from 'monaco-editor-webpack-plugin'
33

44
const BASE_URL = 'https://diffviewer.vercel.app'
55
const TITLE_DESCRIPTION =
6-
'A tool that helps you compare any two text blocks without sending any of your data to our servers'
6+
'A tool that helps you compare, differentiate, analyze, visualize text online'
77
const DESCRIPTION =
8-
'A diff checker tool and/or utility that allows you to analyze and contrast two pieces of text without transmitting your information to our servers.'
8+
'A privacy focused tool and/or utility that allows you to compare/analyze/contrast/differentiate/visualize/analyze pieces of texts'
99
export default {
1010
ssr: false,
1111
head: {
@@ -281,6 +281,7 @@ export default {
281281
// Build Configuration: https://go.nuxtjs.dev/config-build
282282
build: {
283283
extractCSS: true,
284+
productionSourceMap: false,
284285
extend(config, { isClient }) {
285286
if (isClient && process.env.NODE_ENV === 'development') {
286287
config.resolve.alias.vscode = path.resolve(

0 commit comments

Comments
 (0)