Skip to content

Commit

Permalink
deps(astro): Upgraded deps to astro V3 and removed deprecated content
Browse files Browse the repository at this point in the history
  • Loading branch information
RSickenberg committed Oct 24, 2023
1 parent dd83c25 commit 5c04061
Show file tree
Hide file tree
Showing 7 changed files with 3,555 additions and 2,243 deletions.
6 changes: 6 additions & 0 deletions .idea/jsLibraryMappings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ from 'astro/config';
// https://astro.build/config
import tailwind from "@astrojs/tailwind";

// https://astro.build/config
import image from "@astrojs/image";

// https://astro.build/config
import preact from "@astrojs/preact";

// https://astro.build/config
export default defineConfig({
integrations: [tailwind(), image(), preact({compat: true})],
integrations: [tailwind(), preact({compat: true})],
site: 'https://next.rsickenberg.me',
});
Loading

0 comments on commit 5c04061

Please sign in to comment.