Skip to content

Commit

Permalink
Chore: Restructure examples directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sandypockets committed Dec 16, 2023
1 parent ac2d3e3 commit 05c9d70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
__tests__/
demo/
example/
examples/
docs/
src/
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs-tailwind/pages/blog/[slug].jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { processMarkdown } from '../../../dist/index.esm';
import { processMarkdown } from '../../../../dist/index.esm';
import getAllPosts from '../../helpers/getAllPosts';
import '../../../dist/styles.css';
import '../../../../dist/styles.css';

async function convertPostToHtml(fileContents) {
const options = {
Expand Down

0 comments on commit 05c9d70

Please sign in to comment.