Revert "feat: Add project-prefixed permalinks and memory URL routing (#544)"

This reverts commit 545804f194.
This commit is contained in:
Paul Hernandez
2026-02-13 17:46:31 -06:00
committed by GitHub
parent 545804f194
commit 1915a6b0a3
47 changed files with 462 additions and 1142 deletions
+20 -3
View File
@@ -37,7 +37,18 @@ jobs:
run: |
pip install uv
- uses: extractions/setup-just@v3
- name: Install just (Linux)
if: runner.os != 'Windows'
run: |
sudo apt-get update
sudo apt-get install -y just
- name: Install just (Windows)
if: runner.os == 'Windows'
run: |
# Install just using Chocolatey (pre-installed on GitHub Actions Windows runners)
choco install just --yes
shell: pwsh
- name: Create virtual env
run: |
@@ -85,7 +96,10 @@ jobs:
run: |
pip install uv
- uses: extractions/setup-just@v3
- name: Install just
run: |
sudo apt-get update
sudo apt-get install -y just
- name: Create virtual env
run: |
@@ -119,7 +133,10 @@ jobs:
run: |
pip install uv
- uses: extractions/setup-just@v3
- name: Install just
run: |
sudo apt-get update
sudo apt-get install -y just
- name: Create virtual env
run: |