Skip to content

Commit

Permalink
feat: add deep-link for teaching
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Dec 9, 2024
1 parent d0918b4 commit d2889c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { readPersons } from './domains';
const teamMembers = await readPersons();

export default defineConfig({
title: 'Kohlbacherlab',
title: 'KohlbacherLab',
base: '/',
themeConfig: {
search: {
Expand Down Expand Up @@ -48,7 +48,7 @@ export default defineConfig({
},
{
text: 'Teaching',
link: '/teaching',
link: 'https://alma.uni-tuebingen.de/alma/pages/startFlow.xhtml?_flowId=searchCourseNonStaff-flow',
},
{
text: 'Publications',
Expand Down

0 comments on commit d2889c7

Please sign in to comment.