Appended Blaze tutorial in the docs page after the Vue entry.

This commit is contained in:
Aaron Rosenzweig
2025-10-06 19:37:49 -04:00
parent 7d069d05d0
commit 91a05d3859

View File

@@ -40,6 +40,10 @@ export default defineConfig({
text: "Meteor + Vue + vue-meteor-tracker",
link: "/tutorials/vue/meteorjs3-vue3-vue-meteor-tracker",
},
{
text: "Meteor.js 3 + Blaze",
link: "/tutorials/blaze/index",
},
{
link: "/tutorials/application-structure/index",
text: "Application structure",