We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855cf17 commit d964e8fCopy full SHA for d964e8f
1 file changed
doc/app.vue
@@ -0,0 +1,15 @@
1
+<template>
2
+ <div>
3
+ <div class="bg-blue-600 text-white py-2 px-4 text-center">
4
+ <p class="font-medium">
5
+ Massient, Inc. is now behind MassTransit! Preview the new documentation at
6
+ <a href="https://masstransit.massient.com/" class="font-bold underline">
7
+ https://masstransit.massient.com/
8
+ </a>
9
+ </p>
10
+ </div>
11
+ <AppLayout>
12
+ <NuxtPage />
13
+ </AppLayout>
14
15
+</template>
0 commit comments