Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Implement various Astro integrations and configurations
- Update `astro.config.mjs` file - Set `site` value to `"https://tpougy.blog"` - Add `astroExpressiveCode` integration with plugins `pluginLineNumbers()` and `pluginCodeOutput()` - Add themes `"dracula"` and `"github-light"` to `astroExpressiveCode` - Implement `themeCssSelector` method to select themes based on their type - Integrate `pluginLineNumbers` - Enable `mdx` integration - Enable `sitemap` integration - Enable `tailwind` integration - Enable `svelte` integration - Add `icon` integration with specified icons for `lineMd` and `iconoir` - Integrate `pagefind` - Specify external module for `rollupOptions` in `vite` build configuration
- Loading branch information