avoid component <-> page naming conflicts
Co-authored-by: Petter Sæterøy <potetmos1@users.noreply.github.com>
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
---
|
||||
import Layout from '@layouts/Layout.astro';
|
||||
import About from '@components/About.astro';
|
||||
import AboutComponent from '@components/About.astro';
|
||||
---
|
||||
|
||||
<Layout lang="en">
|
||||
<About lang="en" />
|
||||
<AboutComponent lang="en" />
|
||||
</Layout>
|
Reference in New Issue
Block a user