File tree Expand file tree Collapse file tree
e2e-navigation-should-navigate-to-home-page-on-first-render Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 NEXT_PUBLIC_MEASURING_ID : ${{ secrets.NEXT_PUBLIC_MEASURING_ID }}
2222 steps :
2323 - name : Checkout code
24- uses : actions/checkout@v6
24+ uses : actions/checkout@v4
2525
2626 - name : Setup Node.js
27- uses : actions/setup-node@v6
27+ uses : actions/setup-node@v4
2828 with :
2929 node-version : 22.x
3030 cache : npm
3333 run : npm ci
3434
3535 - name : Cache Next.js build
36- uses : actions/cache@v5
36+ uses : actions/cache@v4
3737 with :
3838 path : .next/cache
3939 key : ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 1717 status = 301
1818 force = true
1919
20+ [[redirects ]]
21+ from = " http://lap.onl/*"
22+ to = " https://lap.onl/:splat"
23+ status = 301
24+ force = true
25+
26+ [[redirects ]]
27+ from = " http://www.lap.onl/*"
28+ to = " https://lap.onl/:splat"
29+ status = 301
30+ force = true
31+
2032[[redirects ]]
2133 from = " /magazine"
2234 to = " /posts"
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments