Skip to content

Commit 980e5ce

Browse files
committed
feat: blankary;
refactor: @site-modules; refactor: link-parser
1 parent 63c0527 commit 980e5ce

File tree

104 files changed

+759
-492
lines changed

Some content is hidden

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

104 files changed

+759
-492
lines changed

angular.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"build": {
4343
"builder": "@angular-devkit/build-angular:application",
4444
"options": {
45+
"allowedCommonJsDependencies": ["jszip"],
4546
"outputPath": "dist/chytanka",
4647
"index": "src/index.html",
4748
"browser": "src/main.ts",
@@ -53,7 +54,8 @@
5354
"assets": [
5455
"src/favicon.ico",
5556
"src/assets",
56-
"src/.well-known",
57+
"src/robots.txt",
58+
"src/sitemap.xml",
5759
"src/manifest.webmanifest",
5860
"src/manifest-uk.webmanifest",
5961
"src/CNAME"

src/.well-known/atproto-did

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
File renamed without changes.

src/app/common/common-read/ui/common-read/common-read.component.html renamed to src/app/@site-modules/@common-read/ui/common-read/common-read.component.html

File renamed without changes.

src/app/common/common-read/ui/common-read/common-read.component.scss renamed to src/app/@site-modules/@common-read/ui/common-read/common-read.component.scss

File renamed without changes.

src/app/common/common-read/ui/common-read/common-read.component.ts renamed to src/app/@site-modules/@common-read/ui/common-read/common-read.component.ts

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)