---
title: Migration from the Previous Version
description: Switch smoothly to Storyblok’s new Image Service with simple migration steps for your assets.
url: https://storyblok.com/docs/api/image-service/migration-from-previous-version
---

# Migration from the Previous Version

To migrate from the previous version of the Storyblok Image Service, implement the following changes:

-   Use `a.storyblok.com` (or the [region-specific domain](/docs/concepts/assets#regional-domains) based on the location of your Storyblok space) instead of `img2.storyblok.com`.
-   Append `/m`.
-   Append (rather than prepend) any filter operations.
-   When using a custom domain to serve assets stored in Storyblok, forward the `accept` header from your [CloudFront distribution](/docs/concepts/assets#custom-assets-domain).

## Examples

-   Previous version
    
    `https://img2.storyblok.com/200x0/filters:format(png)/f/39898/3310x2192/e4ec08624e/demo-image.jpeg`
    
-   Current version
    
    `https://a.storyblok.com/f/39898/3310x2192/e4ec08624e/demo-image.jpeg/m/200x0/filters:format(png)`
    

## Pagination

-   [Previous: Usage with Protected Images](/docs/api/image-service/usage-with-protected-images)
-   [Next: Introduction](/docs/libraries)
