diff --git a/_site/css/style.css b/site/css/style.css similarity index 100% rename from _site/css/style.css rename to site/css/style.css diff --git a/_site/favicon.ico b/site/favicon.ico similarity index 100% rename from _site/favicon.ico rename to site/favicon.ico diff --git a/_site/img/bg.png b/site/img/bg.png similarity index 100% rename from _site/img/bg.png rename to site/img/bg.png diff --git a/_site/img/github.svg b/site/img/github.svg similarity index 100% rename from _site/img/github.svg rename to site/img/github.svg diff --git a/_site/img/logo.png b/site/img/logo.png similarity index 100% rename from _site/img/logo.png rename to site/img/logo.png diff --git a/_site/index.html b/site/index.html similarity index 85% rename from _site/index.html rename to site/index.html index d22d83c..b53bda2 100644 --- a/_site/index.html +++ b/site/index.html @@ -14,7 +14,7 @@

This domain is a backup domain owned by authors of Microsoft Activation Scripts.

-

Currently, the purpose of this domain is to provide the PowerShell method of running the script with aid of the get.activated.win subdomain.

+

Currently, the purpose of this domain is to provide the PowerShell method of running the script with aid of the get.activated.win subdomain.


@@ -25,7 +25,7 @@
activated.win - +
get.activated.win
diff --git a/wrangler.jsonc b/wrangler.jsonc index 0da3908..5d30c5c 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -2,6 +2,6 @@ "name": "activated-win", "compatibility_date": "2025-08-27", "assets": { - "directory": "./_site" + "directory": "./site" } }