Skip to content

Commit

Permalink
index page title added
Browse files Browse the repository at this point in the history
  • Loading branch information
munkh-altai committed Sep 12, 2024
1 parent ae6cf04 commit c5fb289
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<template>
<Head>
<Title>{{ title }}</Title>
</Head>
<div class="bg-white">
<header class="absolute inset-x-0 top-0 z-50">
<nav class="flex items-center justify-between p-6 lg:px-8" aria-label="Global">
Expand Down Expand Up @@ -70,4 +73,6 @@ definePageMeta({
layout: 'web',
});
const LambdaConfig = ls.get(LAMBDA_CONFIG)
const title = LambdaConfig.title;
</script>

0 comments on commit c5fb289

Please sign in to comment.