Skip to content

Commit

Permalink
final cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Nov 29, 2023
1 parent 485434c commit efdf348
Show file tree
Hide file tree
Showing 9 changed files with 280 additions and 371 deletions.
3 changes: 0 additions & 3 deletions examples/blog/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ import sitemap from '@astrojs/sitemap';
export default defineConfig({
site: 'https://example.com',
integrations: [mdx(), sitemap()],
experimental: {
devOverlay: true
}
});
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ document.addEventListener('DOMContentLoaded', async () => {
name: 'More',
icon: 'dots-three',
init(canvas, eventTarget) {
const hiddenPlugins = plugins; //.filter((p) => !p.builtIn).slice(overlay.customPluginsToShow);
const hiddenPlugins = plugins.filter((p) => !p.builtIn).slice(overlay.customPluginsToShow);

createDropdown();

Expand Down
Loading

0 comments on commit efdf348

Please sign in to comment.