mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
chore: move markdown text snippets into text folder to prevent clash with content collections
This commit is contained in:
@@ -4,7 +4,7 @@ import GridLayout from '../layouts/GridLayout.astro';
|
||||
import PageTitle from '../components/PageTitle.astro';
|
||||
import { Verse } from '../components';
|
||||
|
||||
import { Content as Haiku } from '../content/404/haiku.mdx';
|
||||
import { Content as Haiku } from '../text/404/haiku.mdx';
|
||||
import { mapping } from '../mdx-components';
|
||||
---
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import GridLayout from '../layouts/GridLayout.astro';
|
||||
import PageTitle from '../components/PageTitle.astro';
|
||||
import { AmazonBook, ColorSwatch } from '../components';
|
||||
|
||||
import { Content as Intro } from '../content/traditional-colors-of-japan/intro.mdx';
|
||||
import { Content as Intro } from '../text/traditional-colors-of-japan/intro.mdx';
|
||||
import colors from '../data/colors-japan.json';
|
||||
|
||||
import { mapping } from '../mdx-components';
|
||||
|
||||
Reference in New Issue
Block a user