feat: remove trailing slashes
This commit is contained in:
parent
1d5c1b0af2
commit
0e1ecd231e
1 changed files with 3 additions and 0 deletions
|
@ -3,18 +3,21 @@
|
|||
{
|
||||
"target": "main",
|
||||
"cleanUrls": true,
|
||||
"trailingSlash": false,
|
||||
"public": "apps/main/build",
|
||||
"ignore": ["**/.*"]
|
||||
},
|
||||
{
|
||||
"target": "blog",
|
||||
"cleanUrls": true,
|
||||
"trailingSlash": false,
|
||||
"public": "apps/blog/build",
|
||||
"ignore": ["**/.*"]
|
||||
},
|
||||
{
|
||||
"target": "portfolio",
|
||||
"cleanUrls": true,
|
||||
"trailingSlash": false,
|
||||
"public": "apps/portfolio/dist",
|
||||
"ignore": ["**/.*"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue