Skip to content

Commit

Permalink
chore: do not publish .well-known template file (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 authored May 2, 2024
1 parent cd5220d commit 8436f81
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@
"output": "/",
"followSymlinks": true
},
"src/.well-known",
{
"glob": "**/!(*.liquid)",
"input": "src/.well-known",
"output": "/.well-known"
},
"src/robots.txt",
"src/humans.txt"
],
Expand Down Expand Up @@ -135,7 +139,11 @@
"src/site.webmanifest",
"src/browserconfig.xml",
"src/profile.jpg",
"src/.well-known",
{
"glob": "**/!(*.liquid)",
"input": "src/.well-known",
"output": "/.well-known"
},
"src/robots.txt",
"src/humans.txt"
],
Expand Down

0 comments on commit 8436f81

Please sign in to comment.