Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stableId: d84d4667-9995-439f-bede-19688f6e8189
id: dc13157c-95a1-4486-9dd3-3d0c43876bdc
slug: build-a-user-feedback-widget-with-vue-js-
slug: build-a-user-feedback-widget-with-vue-js
title: Build a User Feedback Widget with Vue.js
technologies:
- vue
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stableId: 30c50361-3fd9-4f38-a979-c5860f453944
id: 86f258e4-f1ef-4e33-8dd8-fce88161e748
slug: build-the-leap-week-registration-and-referral-system-
slug: build-the-leap-week-registration-and-referral-system
title: Build the Leap Week Registration and Referral System
authors:
- name: Bryant Gillespie
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
stableId: 601e2891-5380-4c42-9159-cfa20b544a5f
id: 8fde0935-5bd7-4f95-980b-337aecb9cb01
slug: build-a-monitoring-pipeline-for-flows-and-extensions-
slug: build-a-monitoring-pipeline-for-flows-and-extensions
title: Build a Monitoring Pipeline For Flows And Extensions
authors:
- name: Daniel Band
Expand Down
12 changes: 12 additions & 0 deletions redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@
"to": "/frameworks/nuxt/migrate-from-nuxt-content",
"statusCode": 301
},
"/tutorials/projects/build-a-user-feedback-widget-with-vue-js-": {
"to": "/tutorials/projects/build-a-user-feedback-widget-with-vue-js",
"statusCode": 301
},
"/tutorials/projects/build-forms-dynamically-using-directus-and-astro": {
"to": "/frameworks/astro/dynamic-forms",
"statusCode": 301
Expand All @@ -211,6 +215,10 @@
"to": "/frameworks/sveltekit/dynamic-forms",
"statusCode": 301
},
"/tutorials/projects/build-the-leap-week-registration-and-referral-system-": {
"to": "/tutorials/projects/build-the-leap-week-registration-and-referral-system",
"statusCode": 301
},
"/tutorials/projects/create-a-cms-using-directus-and-astro": {
"to": "/frameworks/astro/build-a-cms",
"statusCode": 301
Expand Down Expand Up @@ -243,6 +251,10 @@
"to": "/frameworks/sveltekit/dynamic-pages",
"statusCode": 301
},
"/tutorials/tips-and-tricks/build-a-monitoring-pipeline-for-flows-and-extensions-": {
"to": "/tutorials/tips-and-tricks/build-a-monitoring-pipeline-for-flows-and-extensions",
"statusCode": 301
},
"/tutorials/tips-and-tricks/implement-pagination-and-infinite-scrolling-in-next-js-": {
"to": "/frameworks/nextjs/pagination-infinite-scroll",
"statusCode": 301
Expand Down
Loading