---
title: Deployment and Optimization
head:
  - - meta
    - http-equiv: refresh
      content: 0; url=/docs/how-to-guides/deployment/
---

# Page Moved

This page has moved to **[How-To Guides: Deployment](/how-to-guides/deployment/)**.

You will be redirected automatically in a moment...

<script setup>
if (typeof window !== 'undefined') {
  window.location.href = '/docs/how-to-guides/deployment/' + window.location.search + window.location.hash;
}
</script>
