From 1cc5a2be9e7c3408b8b59aabd6d6e9afeb574c84 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 27 Aug 2024 01:12:32 -0700 Subject: move ffxiv post components to submodule - declutter blog code --- src/content/blog/ffxiv-gil-making.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/content') diff --git a/src/content/blog/ffxiv-gil-making.mdx b/src/content/blog/ffxiv-gil-making.mdx index 39dbe68..fcbdec3 100644 --- a/src/content/blog/ffxiv-gil-making.mdx +++ b/src/content/blog/ffxiv-gil-making.mdx @@ -3,9 +3,9 @@ title: "FFXIV - Actually Making Gil Without Crafting" description: "An actually OK guide at how to become a gillionaire without crafting (not just running roulettes and maps)" pubDate: "2024-08-23" --- -import '../../styles/ffxiv-gil-making.css' -import FFXIVWorldSelector from '../../components/FFXIVWorldSelector'; -import FFXIVItemPrice from '../../components/FFXIVItemPrice'; +import '../../components/FFXIV-MDX-React-Components/style.css' +import FFXIVWorldSelector from '../../components/FFXIV-MDX-React-Components/src/components/FFXIVWorldSelector'; +import FFXIVItemPrice from '../../components/FFXIV-MDX-React-Components/src/components/FFXIVItemPrice'; -- cgit v1.2.3