Skip to content

Commit

Permalink
Merge branch 'main' into issue-29-新增文章详情
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeD3 committed Feb 8, 2023
2 parents af8d024 + 8be0123 commit 52b4a5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,4 @@ export default defineNuxtConfig({
websiteId: 'f0ab5003-8840-46dc-956b-36dbabc6fa4f',
scriptUrl: 'https://analytics.umami.is/script.js',
},
sourcemap: {
server: false,
client: true,
},
})
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"scripts": {
"build": "nuxi build && sentry-cli releases files 1.0.0 upload-sourcemaps .nuxt/dist/client/_nuxt",
"build": "nuxi build",
"dev": "nuxi dev",
"start": "node .output/server/index.mjs",
"lint": "eslint .",
Expand Down

0 comments on commit 52b4a5c

Please sign in to comment.