diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-27 01:12:32 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-27 01:12:32 -0700 |
| commit | 1cc5a2be9e7c3408b8b59aabd6d6e9afeb574c84 (patch) | |
| tree | 7b340eb97d41edc91c5c4993233cb01ba140919c /src/content | |
| parent | e3f0281c25d6ead23264a94b0a7b18f10019c185 (diff) | |
move ffxiv post components to submodule
- declutter blog code
Diffstat (limited to 'src/content')
| -rw-r--r-- | src/content/blog/ffxiv-gil-making.mdx | 6 |
1 files changed, 3 insertions, 3 deletions
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'; <FFXIVWorldSelector client:load message="Set your home world to get crowdsourced marketboard information!" /> <script src="https://lds-img.finalfantasyxiv.com/pc/global/js/eorzeadb/loader.js?v3"></script> |
