From 1c47537b54072dc0daf2ea439aa68d29c9f10188 Mon Sep 17 00:00:00 2001 From: sauravdhakal12 Date: Mon, 29 Dec 2025 21:36:37 +0545 Subject: [PATCH] fix: build + build command change --- .github/workflows/deploy.yml | 2 +- public/404.html | 2 +- .../categories/backend-development/index.html | 4 ++-- .../categories/backend-development/index.xml | 8 +++---- .../backend-development/page/1/index.html | 2 +- public/categories/index.html | 2 +- public/categories/index.xml | 12 +++++----- public/categories/nestjs/index.html | 4 ++-- public/categories/nestjs/index.xml | 8 +++---- public/categories/nestjs/page/1/index.html | 2 +- public/index.html | 4 ++-- public/index.json | 2 +- public/index.xml | 8 +++---- public/page/1/index.html | 2 +- public/posts/demo/index.html | 2 +- public/posts/index.html | 4 ++-- public/posts/index.xml | 8 +++---- public/posts/page/1/index.html | 2 +- public/robots.txt | 2 +- public/search/index.html | 2 +- public/sitemap.xml | 22 +++++++++---------- public/tags/architecture/index.html | 4 ++-- public/tags/architecture/index.xml | 8 +++---- public/tags/architecture/page/1/index.html | 2 +- public/tags/index.html | 2 +- public/tags/index.xml | 16 +++++++------- public/tags/nestjs/index.html | 4 ++-- public/tags/nestjs/index.xml | 8 +++---- public/tags/nestjs/page/1/index.html | 2 +- public/tags/typescript/index.html | 4 ++-- public/tags/typescript/index.xml | 8 +++---- public/tags/typescript/page/1/index.html | 2 +- 32 files changed, 82 insertions(+), 82 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8740e4f..cec45b5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: extended: true - name: Build site - run: hugo --minify + run: hugo build --minify - name: Deploy via rsync uses: appleboy/scp-action@v0.1.7 diff --git a/public/404.html b/public/404.html index 2dbd4b2..a84489e 100644 --- a/public/404.html +++ b/public/404.html @@ -1,2 +1,2 @@ -404 Page not found | Saurav Dhakal
404
+404 Page not found | Saurav Dhakal
404
\ No newline at end of file diff --git a/public/categories/backend-development/index.html b/public/categories/backend-development/index.html index 29c1681..7ecc339 100644 --- a/public/categories/backend-development/index.html +++ b/public/categories/backend-development/index.html @@ -1,3 +1,3 @@ -Backend Development | Saurav Dhakal

Understanding Separation of Concerns (SoC) in NestJS

A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers.

August 19, 2025 · 1 min · 78 words · Saurav Dhakal
+Backend Development | Saurav Dhakal

Understanding Separation of Concerns (SoC) in NestJS

A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers.

August 19, 2025 · 1 min · 78 words · Saurav Dhakal
\ No newline at end of file diff --git a/public/categories/backend-development/index.xml b/public/categories/backend-development/index.xml index eea51dc..9093baf 100644 --- a/public/categories/backend-development/index.xml +++ b/public/categories/backend-development/index.xml @@ -2,18 +2,18 @@ Backend Development on Saurav Dhakal - http://localhost:1313/categories/backend-development/ + https://sauravdhakal.com.np/categories/backend-development/ Recent content in Backend Development on Saurav Dhakal Hugo -- 0.152.2 en-us SauravDhakal Tue, 19 Aug 2025 00:00:00 +0000 - + Understanding Separation of Concerns (SoC) in NestJS - http://localhost:1313/posts/demo/ + https://sauravdhakal.com.np/posts/demo/ Tue, 19 Aug 2025 00:00:00 +0000 - http://localhost:1313/posts/demo/ + https://sauravdhakal.com.np/posts/demo/ A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers. diff --git a/public/categories/backend-development/page/1/index.html b/public/categories/backend-development/page/1/index.html index 2a2aea7..f93a9a9 100644 --- a/public/categories/backend-development/page/1/index.html +++ b/public/categories/backend-development/page/1/index.html @@ -1 +1 @@ -http://localhost:1313/categories/backend-development/ \ No newline at end of file +https://sauravdhakal.com.np/categories/backend-development/ \ No newline at end of file diff --git a/public/categories/index.html b/public/categories/index.html index 6fb5a1e..b5fc6e6 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -1,2 +1,2 @@ -Categories | Saurav Dhakal
Copyright © 2025 SauravDhakal
+Categories | Saurav Dhakal
Copyright © 2025 SauravDhakal
\ No newline at end of file diff --git a/public/categories/index.xml b/public/categories/index.xml index 92475eb..0ae8987 100644 --- a/public/categories/index.xml +++ b/public/categories/index.xml @@ -2,25 +2,25 @@ Categories on Saurav Dhakal - http://localhost:1313/categories/ + https://sauravdhakal.com.np/categories/ Recent content in Categories on Saurav Dhakal Hugo -- 0.152.2 en-us SauravDhakal Tue, 19 Aug 2025 00:00:00 +0000 - + Backend Development - http://localhost:1313/categories/backend-development/ + https://sauravdhakal.com.np/categories/backend-development/ Tue, 19 Aug 2025 00:00:00 +0000 - http://localhost:1313/categories/backend-development/ + https://sauravdhakal.com.np/categories/backend-development/ NestJS - http://localhost:1313/categories/nestjs/ + https://sauravdhakal.com.np/categories/nestjs/ Tue, 19 Aug 2025 00:00:00 +0000 - http://localhost:1313/categories/nestjs/ + https://sauravdhakal.com.np/categories/nestjs/ diff --git a/public/categories/nestjs/index.html b/public/categories/nestjs/index.html index aad58cf..5175834 100644 --- a/public/categories/nestjs/index.html +++ b/public/categories/nestjs/index.html @@ -1,3 +1,3 @@ -NestJS | Saurav Dhakal

Understanding Separation of Concerns (SoC) in NestJS

A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers.

August 19, 2025 · 1 min · 78 words · Saurav Dhakal
Copyright © 2025 SauravDhakal
+NestJS | Saurav Dhakal

Understanding Separation of Concerns (SoC) in NestJS

A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers.

August 19, 2025 · 1 min · 78 words · Saurav Dhakal
Copyright © 2025 SauravDhakal
\ No newline at end of file diff --git a/public/categories/nestjs/index.xml b/public/categories/nestjs/index.xml index cacc0b7..433e3f0 100644 --- a/public/categories/nestjs/index.xml +++ b/public/categories/nestjs/index.xml @@ -2,18 +2,18 @@ NestJS on Saurav Dhakal - http://localhost:1313/categories/nestjs/ + https://sauravdhakal.com.np/categories/nestjs/ Recent content in NestJS on Saurav Dhakal Hugo -- 0.152.2 en-us SauravDhakal Tue, 19 Aug 2025 00:00:00 +0000 - + Understanding Separation of Concerns (SoC) in NestJS - http://localhost:1313/posts/demo/ + https://sauravdhakal.com.np/posts/demo/ Tue, 19 Aug 2025 00:00:00 +0000 - http://localhost:1313/posts/demo/ + https://sauravdhakal.com.np/posts/demo/ A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers. diff --git a/public/categories/nestjs/page/1/index.html b/public/categories/nestjs/page/1/index.html index 4373715..f222d4a 100644 --- a/public/categories/nestjs/page/1/index.html +++ b/public/categories/nestjs/page/1/index.html @@ -1 +1 @@ -http://localhost:1313/categories/nestjs/ \ No newline at end of file +https://sauravdhakal.com.np/categories/nestjs/ \ No newline at end of file diff --git a/public/index.html b/public/index.html index 44743a8..749bbc9 100644 --- a/public/index.html +++ b/public/index.html @@ -1,4 +1,4 @@ -Saurav Dhakal

Hi there 👋, I’m Saurav!

I’m a software engineer who enjoys building thoughtful systems and learning how things really work. This is my digital garden - notes, projects, and lessons along the way.

Checkout my CV for my works and projects.

Understanding Separation of Concerns (SoC) in NestJS

A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers.

August 19, 2025 · 1 min · 78 words · Saurav Dhakal
Copyright © 2025 SauravDhakal
\ No newline at end of file diff --git a/public/index.json b/public/index.json index b29a02e..539cddb 100644 --- a/public/index.json +++ b/public/index.json @@ -1 +1 @@ -[{"content":"When building applications, one of the most important design principles to keep in mind is Separation of Concerns (SoC). NestJS, with its modular architecture, makes applying SoC almost effortless — but understanding why it matters and how to use it properly will help you write cleaner, testable, and future-proof code.\nWhat is Separation of Concerns and Why it Matters? The basic idea is:\nA program should be divided into distinct sections, where each section addresses a single responsibility.\n","permalink":"http://localhost:1313/posts/demo/","summary":"A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers.","title":"Understanding Separation of Concerns (SoC) in NestJS"}] \ No newline at end of file +[{"content":"When building applications, one of the most important design principles to keep in mind is Separation of Concerns (SoC). NestJS, with its modular architecture, makes applying SoC almost effortless — but understanding why it matters and how to use it properly will help you write cleaner, testable, and future-proof code.\nWhat is Separation of Concerns and Why it Matters? The basic idea is:\nA program should be divided into distinct sections, where each section addresses a single responsibility.\n","permalink":"https://sauravdhakal.com.np/posts/demo/","summary":"A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers.","title":"Understanding Separation of Concerns (SoC) in NestJS"}] \ No newline at end of file diff --git a/public/index.xml b/public/index.xml index aa9722b..e1e8050 100644 --- a/public/index.xml +++ b/public/index.xml @@ -2,18 +2,18 @@ Saurav Dhakal - http://localhost:1313/ + https://sauravdhakal.com.np/ Recent content on Saurav Dhakal Hugo -- 0.152.2 en-us SauravDhakal Tue, 19 Aug 2025 00:00:00 +0000 - + Understanding Separation of Concerns (SoC) in NestJS - http://localhost:1313/posts/demo/ + https://sauravdhakal.com.np/posts/demo/ Tue, 19 Aug 2025 00:00:00 +0000 - http://localhost:1313/posts/demo/ + https://sauravdhakal.com.np/posts/demo/ A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers. diff --git a/public/page/1/index.html b/public/page/1/index.html index 132c0da..82e5b65 100644 --- a/public/page/1/index.html +++ b/public/page/1/index.html @@ -1 +1 @@ -http://localhost:1313/ \ No newline at end of file +https://sauravdhakal.com.np/ \ No newline at end of file diff --git a/public/posts/demo/index.html b/public/posts/demo/index.html index 0c0480e..d18dbb1 100644 --- a/public/posts/demo/index.html +++ b/public/posts/demo/index.html @@ -1,2 +1,2 @@ -Understanding Separation of Concerns (SoC) in NestJS | Saurav Dhakal

Understanding Separation of Concerns (SoC) in NestJS

When building applications, one of the most important design principles to keep in mind is Separation of Concerns (SoC). NestJS, with its modular architecture, makes applying SoC almost effortless — but understanding why it matters and how to use it properly will help you write cleaner, testable, and future-proof code.

What is Separation of Concerns and Why it Matters?

The basic idea is:

A program should be divided into distinct sections, where each section addresses a single responsibility.

Copyright © 2025 SauravDhakal
+Understanding Separation of Concerns (SoC) in NestJS | Saurav Dhakal

Understanding Separation of Concerns (SoC) in NestJS

When building applications, one of the most important design principles to keep in mind is Separation of Concerns (SoC). NestJS, with its modular architecture, makes applying SoC almost effortless — but understanding why it matters and how to use it properly will help you write cleaner, testable, and future-proof code.

What is Separation of Concerns and Why it Matters?

The basic idea is:

A program should be divided into distinct sections, where each section addresses a single responsibility.

Copyright © 2025 SauravDhakal
\ No newline at end of file diff --git a/public/posts/index.html b/public/posts/index.html index 5f1fdb1..ec3bb58 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -1,3 +1,3 @@ -Posts | Saurav Dhakal

Understanding Separation of Concerns (SoC) in NestJS

A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers.

August 19, 2025 · 1 min · 78 words · Saurav Dhakal
Copyright © 2025 SauravDhakal
+Posts | Saurav Dhakal

Understanding Separation of Concerns (SoC) in NestJS

A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers.

August 19, 2025 · 1 min · 78 words · Saurav Dhakal
Copyright © 2025 SauravDhakal
\ No newline at end of file diff --git a/public/posts/index.xml b/public/posts/index.xml index 4af6b54..c80fbc5 100644 --- a/public/posts/index.xml +++ b/public/posts/index.xml @@ -2,18 +2,18 @@ Posts on Saurav Dhakal - http://localhost:1313/posts/ + https://sauravdhakal.com.np/posts/ Recent content in Posts on Saurav Dhakal Hugo -- 0.152.2 en-us SauravDhakal Tue, 19 Aug 2025 00:00:00 +0000 - + Understanding Separation of Concerns (SoC) in NestJS - http://localhost:1313/posts/demo/ + https://sauravdhakal.com.np/posts/demo/ Tue, 19 Aug 2025 00:00:00 +0000 - http://localhost:1313/posts/demo/ + https://sauravdhakal.com.np/posts/demo/ A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers. diff --git a/public/posts/page/1/index.html b/public/posts/page/1/index.html index 9932823..d531752 100644 --- a/public/posts/page/1/index.html +++ b/public/posts/page/1/index.html @@ -1 +1 @@ -http://localhost:1313/posts/ \ No newline at end of file +https://sauravdhakal.com.np/posts/ \ No newline at end of file diff --git a/public/robots.txt b/public/robots.txt index bf017d4..181fe09 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,3 +1,3 @@ User-agent: * Disallow: -Sitemap: http://localhost:1313/sitemap.xml +Sitemap: https://sauravdhakal.com.np/sitemap.xml diff --git a/public/search/index.html b/public/search/index.html index 6a991ab..c4f8333 100644 --- a/public/search/index.html +++ b/public/search/index.html @@ -1,2 +1,2 @@ -Search | Saurav Dhakal
Copyright © 2025 SauravDhakal
+Search | Saurav Dhakal
Copyright © 2025 SauravDhakal
\ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml index 7f4e9b7..faa7d24 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -2,36 +2,36 @@ - http://localhost:1313/tags/architecture/ + https://sauravdhakal.com.np/tags/architecture/ 2025-08-19T00:00:00+00:00 - http://localhost:1313/categories/backend-development/ + https://sauravdhakal.com.np/categories/backend-development/ 2025-08-19T00:00:00+00:00 - http://localhost:1313/categories/ + https://sauravdhakal.com.np/categories/ 2025-08-19T00:00:00+00:00 - http://localhost:1313/tags/nestjs/ + https://sauravdhakal.com.np/tags/nestjs/ 2025-08-19T00:00:00+00:00 - http://localhost:1313/categories/nestjs/ + https://sauravdhakal.com.np/categories/nestjs/ 2025-08-19T00:00:00+00:00 - http://localhost:1313/posts/ + https://sauravdhakal.com.np/posts/ 2025-08-19T00:00:00+00:00 - http://localhost:1313/ + https://sauravdhakal.com.np/ 2025-08-19T00:00:00+00:00 - http://localhost:1313/tags/ + https://sauravdhakal.com.np/tags/ 2025-08-19T00:00:00+00:00 - http://localhost:1313/tags/typescript/ + https://sauravdhakal.com.np/tags/typescript/ 2025-08-19T00:00:00+00:00 - http://localhost:1313/posts/demo/ + https://sauravdhakal.com.np/posts/demo/ 2025-08-19T00:00:00+00:00 - http://localhost:1313/search/ + https://sauravdhakal.com.np/search/ diff --git a/public/tags/architecture/index.html b/public/tags/architecture/index.html index 5a57736..533c1f3 100644 --- a/public/tags/architecture/index.html +++ b/public/tags/architecture/index.html @@ -1,3 +1,3 @@ -Architecture | Saurav Dhakal

Understanding Separation of Concerns (SoC) in NestJS

A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers.

August 19, 2025 · 1 min · 78 words · Saurav Dhakal
Copyright © 2025 SauravDhakal
+Architecture | Saurav Dhakal

Understanding Separation of Concerns (SoC) in NestJS

A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers.

August 19, 2025 · 1 min · 78 words · Saurav Dhakal
Copyright © 2025 SauravDhakal
\ No newline at end of file diff --git a/public/tags/architecture/index.xml b/public/tags/architecture/index.xml index 8184c94..b0620b3 100644 --- a/public/tags/architecture/index.xml +++ b/public/tags/architecture/index.xml @@ -2,18 +2,18 @@ Architecture on Saurav Dhakal - http://localhost:1313/tags/architecture/ + https://sauravdhakal.com.np/tags/architecture/ Recent content in Architecture on Saurav Dhakal Hugo -- 0.152.2 en-us SauravDhakal Tue, 19 Aug 2025 00:00:00 +0000 - + Understanding Separation of Concerns (SoC) in NestJS - http://localhost:1313/posts/demo/ + https://sauravdhakal.com.np/posts/demo/ Tue, 19 Aug 2025 00:00:00 +0000 - http://localhost:1313/posts/demo/ + https://sauravdhakal.com.np/posts/demo/ A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers. diff --git a/public/tags/architecture/page/1/index.html b/public/tags/architecture/page/1/index.html index a2740ee..20af8c2 100644 --- a/public/tags/architecture/page/1/index.html +++ b/public/tags/architecture/page/1/index.html @@ -1 +1 @@ -http://localhost:1313/tags/architecture/ \ No newline at end of file +https://sauravdhakal.com.np/tags/architecture/ \ No newline at end of file diff --git a/public/tags/index.html b/public/tags/index.html index bf90781..b5609cb 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -1,2 +1,2 @@ -Tags | Saurav Dhakal
Copyright © 2025 SauravDhakal
+Tags | Saurav Dhakal
Copyright © 2025 SauravDhakal
\ No newline at end of file diff --git a/public/tags/index.xml b/public/tags/index.xml index 6a1f058..868050b 100644 --- a/public/tags/index.xml +++ b/public/tags/index.xml @@ -2,32 +2,32 @@ Tags on Saurav Dhakal - http://localhost:1313/tags/ + https://sauravdhakal.com.np/tags/ Recent content in Tags on Saurav Dhakal Hugo -- 0.152.2 en-us SauravDhakal Tue, 19 Aug 2025 00:00:00 +0000 - + Architecture - http://localhost:1313/tags/architecture/ + https://sauravdhakal.com.np/tags/architecture/ Tue, 19 Aug 2025 00:00:00 +0000 - http://localhost:1313/tags/architecture/ + https://sauravdhakal.com.np/tags/architecture/ Nestjs - http://localhost:1313/tags/nestjs/ + https://sauravdhakal.com.np/tags/nestjs/ Tue, 19 Aug 2025 00:00:00 +0000 - http://localhost:1313/tags/nestjs/ + https://sauravdhakal.com.np/tags/nestjs/ Typescript - http://localhost:1313/tags/typescript/ + https://sauravdhakal.com.np/tags/typescript/ Tue, 19 Aug 2025 00:00:00 +0000 - http://localhost:1313/tags/typescript/ + https://sauravdhakal.com.np/tags/typescript/ diff --git a/public/tags/nestjs/index.html b/public/tags/nestjs/index.html index e30db68..0862773 100644 --- a/public/tags/nestjs/index.html +++ b/public/tags/nestjs/index.html @@ -1,3 +1,3 @@ -Nestjs | Saurav Dhakal

Understanding Separation of Concerns (SoC) in NestJS

A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers.

August 19, 2025 · 1 min · 78 words · Saurav Dhakal
Copyright © 2025 SauravDhakal
+Nestjs | Saurav Dhakal

Understanding Separation of Concerns (SoC) in NestJS

A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers.

August 19, 2025 · 1 min · 78 words · Saurav Dhakal
Copyright © 2025 SauravDhakal
\ No newline at end of file diff --git a/public/tags/nestjs/index.xml b/public/tags/nestjs/index.xml index 74b02e9..dbe8508 100644 --- a/public/tags/nestjs/index.xml +++ b/public/tags/nestjs/index.xml @@ -2,18 +2,18 @@ Nestjs on Saurav Dhakal - http://localhost:1313/tags/nestjs/ + https://sauravdhakal.com.np/tags/nestjs/ Recent content in Nestjs on Saurav Dhakal Hugo -- 0.152.2 en-us SauravDhakal Tue, 19 Aug 2025 00:00:00 +0000 - + Understanding Separation of Concerns (SoC) in NestJS - http://localhost:1313/posts/demo/ + https://sauravdhakal.com.np/posts/demo/ Tue, 19 Aug 2025 00:00:00 +0000 - http://localhost:1313/posts/demo/ + https://sauravdhakal.com.np/posts/demo/ A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers. diff --git a/public/tags/nestjs/page/1/index.html b/public/tags/nestjs/page/1/index.html index 8825212..36c7c08 100644 --- a/public/tags/nestjs/page/1/index.html +++ b/public/tags/nestjs/page/1/index.html @@ -1 +1 @@ -http://localhost:1313/tags/nestjs/ \ No newline at end of file +https://sauravdhakal.com.np/tags/nestjs/ \ No newline at end of file diff --git a/public/tags/typescript/index.html b/public/tags/typescript/index.html index a924231..486dc2b 100644 --- a/public/tags/typescript/index.html +++ b/public/tags/typescript/index.html @@ -1,3 +1,3 @@ -Typescript | Saurav Dhakal

Understanding Separation of Concerns (SoC) in NestJS

A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers.

August 19, 2025 · 1 min · 78 words · Saurav Dhakal
Copyright © 2025 SauravDhakal
+Typescript | Saurav Dhakal

Understanding Separation of Concerns (SoC) in NestJS

A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers.

August 19, 2025 · 1 min · 78 words · Saurav Dhakal
Copyright © 2025 SauravDhakal
\ No newline at end of file diff --git a/public/tags/typescript/index.xml b/public/tags/typescript/index.xml index 97da5fc..0aa7fdd 100644 --- a/public/tags/typescript/index.xml +++ b/public/tags/typescript/index.xml @@ -2,18 +2,18 @@ Typescript on Saurav Dhakal - http://localhost:1313/tags/typescript/ + https://sauravdhakal.com.np/tags/typescript/ Recent content in Typescript on Saurav Dhakal Hugo -- 0.152.2 en-us SauravDhakal Tue, 19 Aug 2025 00:00:00 +0000 - + Understanding Separation of Concerns (SoC) in NestJS - http://localhost:1313/posts/demo/ + https://sauravdhakal.com.np/posts/demo/ Tue, 19 Aug 2025 00:00:00 +0000 - http://localhost:1313/posts/demo/ + https://sauravdhakal.com.np/posts/demo/ A guide to understanding Separation of Concerns in NestJS using modules, services, and controllers. diff --git a/public/tags/typescript/page/1/index.html b/public/tags/typescript/page/1/index.html index 678ce01..c09f39b 100644 --- a/public/tags/typescript/page/1/index.html +++ b/public/tags/typescript/page/1/index.html @@ -1 +1 @@ -http://localhost:1313/tags/typescript/ \ No newline at end of file +https://sauravdhakal.com.np/tags/typescript/ \ No newline at end of file