Skip to content

Commit

Permalink
chore: version and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgamerr committed Aug 26, 2024
1 parent 784053d commit 4faa8bf
Show file tree
Hide file tree
Showing 7 changed files with 2,951 additions and 14,952 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
version: 9
run_install: true

- name: Get pnpm store directory
Expand Down
5 changes: 4 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineConfig } from 'astro/config'
import { defineConfig, passthroughImageService } from 'astro/config'
import AstroPWA from '@vite-pwa/astro'
import robotsTxt from 'astro-robots-txt'
import sitemap from "@astrojs/sitemap"
Expand All @@ -8,6 +8,9 @@ import webmanifest from "astro-webmanifest"
// https://astro.build/config
export default defineConfig({
site: 'https://dvgamerr.app',
image: {
service: passthroughImageService(),
},
integrations: [
AstroPWA(),
robotsTxt(),
Expand Down
Loading

0 comments on commit 4faa8bf

Please sign in to comment.