Skip to content

Commit

Permalink
Merge pull request #250 from orryverducci/dependabot/npm_and_yarn/dev…
Browse files Browse the repository at this point in the history
…elopment/astro-icon-1.1.0

Bump astro-icon from 0.8.1 to 1.1.0
  • Loading branch information
orryverducci authored Feb 4, 2024
2 parents 0231815 + e99aa1f commit bde45e1
Show file tree
Hide file tree
Showing 6 changed files with 1,184 additions and 334 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### Website ###

# Build output
.astro/
dist/
.output/
functions/\[\[path\]\].js
Expand Down
3 changes: 3 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ import { defineConfig } from "astro/config";

import cloudflare from "@astrojs/cloudflare";

import icon from "astro-icon";

// https://astro.build/config
export default defineConfig({
site: "https://orryverducci.co.uk",
output: "hybrid",
adapter: cloudflare({
mode: "directory"
}),
integrations: [icon()],
image: {
service: {
entrypoint: 'astro/assets/services/noop'
Expand Down
Loading

0 comments on commit bde45e1

Please sign in to comment.