Redirect on ssg #10206
Redirect on ssg
#10206
Replies: 1 comment 1 reply
-
Routes are not automatically generated. Here’s how you configure them for the SSG: https://github.com/statamic/ssg?tab=readme-ov-file#routes
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
abbasudo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there
I have added a redirect to my
web.php
file.this works when I run
php artisan serve
. However, it doesn't work when generating SSG withphp please ssg:generate
. how to add a way to redirect SSG-generated sites? I'm using GitHub pages.Beta Was this translation helpful? Give feedback.
All reactions