From 62db347ac3178cc94a91ca48de4c727419b6809b Mon Sep 17 00:00:00 2001 From: xanhacks Date: Sun, 3 Dec 2023 13:18:29 +0100 Subject: [PATCH] add www --- .github/workflows/hugo.yml | 2 +- README.md | 2 +- config/_default/config.toml | 2 +- config/_default/params.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 1715fd0..11fdffd 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: env: - WEBSITE_URL: https://offensiveweb.com + WEBSITE_URL: https://www.offensiveweb.com # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: diff --git a/README.md b/README.md index 613afe3..d46d8d5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ OffensiveWeb aims to offer clear and comprehensive information on various web security concepts, such as vulnerability research, fuzzing and security measures. -- [https://offensiveweb.com/](https://offensiveweb.com/) +- [https://offensiveweb.com/](https://www.offensiveweb.com/) ## Description diff --git a/config/_default/config.toml b/config/_default/config.toml index 47fe7c4..dca2730 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,4 +1,4 @@ -baseurl = "https://offensiveweb.com/" +baseurl = "https://www.offensiveweb.com/" canonifyURLs = false disableAliases = true disableHugoGeneratorInject = true diff --git a/config/_default/params.toml b/config/_default/params.toml index 1bb1e26..8ddfa18 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -12,7 +12,7 @@ description = "Offensive Web is a documentation website about security research, ## Open Graph images = ["doks.png"] ogLocale = "en_US" -domainTLD = "offensiveweb.com" +domainTLD = "www.offensiveweb.com" titleHome = "Doks Theme" ## Twitter Cards