refactor: update and use paths
This commit is contained in:
parent
8a80262454
commit
41ccff084d
21 changed files with 37 additions and 38 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
import PageLayout from '../../layouts/PageLayout.astro'
|
||||
import PageLayout from '~/layouts/PageLayout.astro'
|
||||
import _ from 'lodash'
|
||||
import { getSlugFromFile } from '../../utils.ts'
|
||||
import { getSlugFromFile } from '~/utils.ts'
|
||||
|
||||
const talks = await Astro.glob("../../talks/*.md")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue