Mastering Nuxt (@masteringnuxt) 's Twitter Profile
Mastering Nuxt

@masteringnuxt

Learn how to develop and deploy fast, production-ready Nuxt apps.

Courses developed in collaboration with @Nuxt_js

Powered by @Bitter_Brains

ID: 1309155665861062656

linkhttp://masteringnuxt.com calendar_today24-09-2020 15:40:24

1,1K Tweet

6,6K Followers

36 Following

Mastering Nuxt (@masteringnuxt) 's Twitter Profile Photo

Nuxt Tip Of The Week πŸ’‘ When you want to create a redirect in a server route, Nuxt lets you use the `sendRedirect` method from h3. By default, this sends a 302 (temporary) redirect, but you can specify a different status code if needed.

Nuxt Tip Of The Week πŸ’‘

When you want to create a redirect in a server route, <a href="/nuxt_js/">Nuxt</a> lets you use the `sendRedirect` method from h3.

By default, this sends a 302 (temporary) redirect, but you can specify a different status code if needed.