1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-26 01:44:20 +00:00
This commit is contained in:
Steffo 2020-05-28 15:45:41 +02:00
parent c909272dcb
commit bb896986dc
Signed by: steffo
GPG key ID: 896A80F55F7C97F0

View file

@ -37,7 +37,8 @@ export default function (config, env, helpers) {
include: '.',
ignoreFile: ".gitignore",
configFile: '.sentryclirc',
stripPrefix: ["/docs"],
stripCommonPrefix: true,
stripPrefix: ["~/docs"],
release: process.env.npm_package_version,
})
)