Skip to content

Commit

Permalink
chore: clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
okadurin committed Nov 6, 2023
1 parent 9fd8463 commit da8a5c8
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 222 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@ Keep using `/docs` on the root level as we used it in the `master` branch. The d
You are trying to re-register the "lion-accordion" custom element with a different class via ScopedElementsMixin
```

- Fix the code so that assets refered from inside `md` files directly are loaded correctly. F.e. visit [localize/text page](http://localhost:4322/fundamentals/systems/localize/text) and see the error:

```
lion/src/content/docs/fundamentals/systems/localize/text.md":
Cannot find module './assets/${locale}.js'
```

- Fiex the browser console error on [collapsible page](http://localhost:4322/components/collapsible):

```
Expand Down
1 change: 1 addition & 0 deletions src/pages/[top]/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const entries = Astro.props.entries;
entries.map((entry) => (
<article class="ui-portal-card">
<h2>{entry.data.title}</h2>
<p>{entry.slug}</p>
<p>{entry.data.description}</p>
<a href={entry.slug}>View blog</a>
</article>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit da8a5c8

Please sign in to comment.