refactor: update and use paths

This commit is contained in:
Oliver Davies 2023-01-01 16:47:23 +00:00
parent 8a80262454
commit 41ccff084d
21 changed files with 37 additions and 38 deletions

View file

@ -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")