Lokman Musliu

Results 4 issues of Lokman Musliu

This used to work but now when I'm trying to run: ``` statamic new --with-config --local landtamic lucky-media/landtamic ``` And yes I do have the global config updated to: ```json...

bug
starter kits

Updated rewrite rules for sites that need to support URLs with a trailing slash. Context here: https://canary.discord.com/channels/489818810157891584/1283520311404527756/1284588253575516302

When using SEO Pro with Statamic SSG, and you have a custom route: ```antlers Route::statamic('/custom', 'pages.custom', [ 'seo' => [ 'title' => 'Custom Title', 'description' => 'Custom Description', ] ]);...

When you paginate entries with Statamic SSG you get the following route: ``` https://www.example.com/blog/page/1 ``` However, when we generate the static pages we get the following canonical: ```html ``` Would...