Skip to content

Commit fa9473f

Browse files
authored
Merge pull request #7 from qgis/remove_old_repo_occurrences
Replace QGIS Website with QGIS UC Website
2 parents d73082e + 610af88 commit fa9473f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Feature Request
2-
description: Suggest an idea to better the QGIS Website!
2+
description: Suggest an idea to better the QGIS UC Website!
33
labels:
44
- enhancement
55
body:

playwright/ci-test/playwright.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default defineConfig({
3636
trace: "on-first-retry",
3737
baseURL:
3838
process.env.STAGING === "1"
39-
? "https://qgis.github.io/QGIS-Website/"
39+
? "https://qgis.github.io/QGIS-UC-Website/"
4040
: "http://127.0.0.1:1313",
4141
},
4242

shell.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ with pkgs;
66
mkShell {
77
buildInputs = [
88
hugo
9-
# vscode
9+
vscode
1010
];
1111
# DIRENV_LOG_FORMAT to reduce direnv verbosity
1212
# See https://github.com/direnv/direnv/issues/68#issuecomment-162639262
1313
shellHook = ''
1414
export DIRENV_LOG_FORMAT=
1515
echo "-----------------------"
1616
echo "🌈 Your Hugo Dev Environment is ready."
17-
echo "It provides hugo and vscode for use with the QGIS Website Project"
17+
echo "It provides hugo and vscode for use with the QGIS UC Website Project"
1818
echo ""
1919
echo "🪛 VSCode:"
2020
echo "--------------------------------"

static/robots.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# robots.txt for qgis.org
1+
# robots.txt for uc2025.qgis.org
22
# Protecting against malicious bots, unwanted crawling, and AI bots
33

44
User-agent: *
@@ -29,7 +29,7 @@ Allow: /download/
2929
Allow: /support/
3030

3131
# Specify the location of the sitemap
32-
Sitemap: https://qgis.org/sitemap.xml
32+
Sitemap: https://uc2025.qgis.org/sitemap.xml
3333

3434
# Block known bad bots and AI bots
3535
User-agent: AhrefsBot

0 commit comments

Comments
 (0)