Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please assets:generate-presets not generating SEO Glide preset #258

Open
jimblue opened this issue Jan 26, 2023 · 0 comments
Open

please assets:generate-presets not generating SEO Glide preset #258

jimblue opened this issue Jan 26, 2023 · 0 comments
Labels
feature request New feature or request

Comments

@jimblue
Copy link

jimblue commented Jan 26, 2023

I have a config/statamic/seo-pro.php file with the following config:

'assets' => [
    'assets' => [
        'container' => 'assets',
        'twitter_preset' => [
            'w' => 1200,
            'h' => 600,
        ],
        'open_graph_preset' => [
            'w' => 1146,
            'h' => 600,
        ],
    ],

But when running:

php please assets:generate-presets

Glide twitter_preset and open_graph_preset aren't generated.

@duncanmcclean duncanmcclean added the feature request New feature or request label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants