Skip to content

Commit

Permalink
docs: update php video url
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed Nov 27, 2024
1 parent c6a44c0 commit c0da414
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions liara_nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1842,6 +1842,10 @@ location ~ ^/paas/nodejs/related-apps/fix-common-errors/cors-error/nuxtjs/?$ {
return 301 /paas/nodejs/fix-common-errors/cors-error/nuxtjs/;
}

location ~ ^/one-click-apps/parse/?$ {
return 301 /one-click-apps/pocketbase/quick-start/;
}

# page 40 - 400

# Domain
Expand Down
2 changes: 1 addition & 1 deletion src/pages/paas/php/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ import Head from "next/head";
</>,
<>
<video
src="https://files.liara.ir/liara/docs/laravel-github.mp4"
src="https://files.liara.ir/liara/docs/php-github.mp4"
controls="controls"
className="block w-full"
width="100%"
Expand Down

0 comments on commit c0da414

Please sign in to comment.