Skip to content

Commit 9edcc12

Browse files
Matus Kasakclaude
andcommitted
Serve only VERSION_D at /static; remove LINDAT static pages (#813)
Only the deployed-version info page should be reachable. Scope the angular.json asset to VERSION_D.html and remove the inherited LINDAT static-files set (about/cite/faq/license pages + cs/ localized copies) so nothing else under /static is web-accessible. A VERSION_D.html placeholder keeps the directory present for the build-time generation. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent a2e92e6 commit 9edcc12

143 files changed

Lines changed: 12 additions & 44250 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

angular.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@
4040
"aot": true,
4141
"assets": [
4242
"src/assets",
43-
"src/static-files",
43+
{
44+
"glob": "VERSION_D.html",
45+
"input": "src/static-files",
46+
"output": "static-files"
47+
},
4448
"src/robots.txt"
4549
],
4650
"styles": [

src/static-files/LINDAT-Web-Crawl-Licence.html

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)