Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nduartech committed May 10, 2024
1 parent bc76bce commit 851bb5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions packages/mr-astro/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import tailwind from '@astrojs/tailwind';

// https://astro.build/config
export default defineConfig({
devToolbar: { enabled: false},
site: 'https://nduartech.github.io',
prefetch: {
prefetchAll: true
Expand Down
7 changes: 0 additions & 7 deletions packages/mr-astro/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ const { title } = Astro.props;
}
}
</script>
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/import-map-overrides/dist/import-map-overrides.js"
></script>
<ViewTransitions />
<meta charset="UTF-8" />
<meta name="description" content="Astro description" />
Expand All @@ -45,9 +41,6 @@ const { title } = Astro.props;
<DayNightToggle></DayNightToggle>
</div>
<slot />
<import-map-overrides-full
show-when-local-storage="devtools"
></import-map-overrides-full>
</div>
</body>

Expand Down

0 comments on commit 851bb5d

Please sign in to comment.