diff --git a/index.html b/index.html
index 62fc1fe..2573495 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
test-ssg
-
+
diff --git a/src/pages/my-account/orders.vue b/src/pages/my-account/orders.vue
index f1de261..4858c82 100644
--- a/src/pages/my-account/orders.vue
+++ b/src/pages/my-account/orders.vue
@@ -1,8 +1,6 @@
-
- Browse products
-
+
+
+
diff --git a/src/pages/my-account/tip-box.vue b/src/pages/my-account/tip-box.vue
index ab35cb4..4da705f 100644
--- a/src/pages/my-account/tip-box.vue
+++ b/src/pages/my-account/tip-box.vue
@@ -1,12 +1,20 @@
-
-
No order has been made yet.
-
+
+
{{ title }}
+
Browse products
diff --git a/src/routes.ts b/src/routes.ts
index bd3eb1b..aa1e013 100644
--- a/src/routes.ts
+++ b/src/routes.ts
@@ -49,6 +49,10 @@ export const routes: RouteRecordRaw[] = [
path: 'orders',
component: () => import('./pages/my-account/orders.vue'),
},
+ {
+ path: 'subscriptions',
+ component: () => import('./pages/my-account/subscriptions.vue'),
+ },
{
path: ':pathMatch(.*)*',
component: () => import('./pages/my-account/welcome.vue'),