1
0
Fork 0

wip(sde): Added missing files

This commit is contained in:
joostdecock 2023-09-29 16:33:20 +02:00
parent a580eeedae
commit 93bb80b1a2
20 changed files with 169 additions and 126 deletions

View file

@ -72,6 +72,20 @@ yarn-error.log*
},
],
sites: [
// Mock MDX components
{
from: 'sde/mock/highlight.mjs',
to: 'shared/components/mdx/highlight.mjs',
},
{
from: 'sde/mock/youtube.mjs',
to: 'shared/components/mdx/youtube.mjs',
},
{
from: 'sde/mock/read-more.mjs',
to: 'shared/components/mdx/read-more.mjs',
},
// .env file
{
from: 'sde/env.local',
to: 'sde/.env.local',