update vxserver.dev to fsdproject.org

This commit is contained in:
2026-01-16 19:50:48 -05:00
parent 86c942105b
commit 9228e7a324
20 changed files with 3 additions and 3 deletions

View File

@@ -4,10 +4,10 @@ services:
ports: ports:
- "2100:3000" - "2100:3000"
volumes: volumes:
- ./fsd.vxserver.dev:/app - ./fsdproject.org:/app
docs: docs:
image: git.vxserver.dev/fsd/fes:latest image: git.vxserver.dev/fsd/fes:latest
ports: ports:
- "2101:3000" - "2101:3000"
volumes: volumes:
- ./docs.vxserver.dev:/app - ./docs.fsdproject.org:/app

View File

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

@@ -24,7 +24,7 @@ global.finish = function(fes, site)
site:note(fes.util.cc { site:note(fes.util.cc {
fes.std.h2("Other resources"), fes.std.h2("Other resources"),
fes.std.tl({ fes.std.tl({
fes.std.external("https://git.vxserver.dev", "Git Trees"), fes.std.external("https://git.fsdproject.org/", "Git Trees"),
fes.std.external("https://docs.fsdproject.org", "Documentation"), fes.std.external("https://docs.fsdproject.org", "Documentation"),
}), }),

View File

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB