File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ import MonacoWebpackPlugin from 'monaco-editor-webpack-plugin'
33
44const BASE_URL = 'https://diffviewer.vercel.app'
55const 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 '
77const 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 '
99export 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 (
You can’t perform that action at this time.
0 commit comments