Skip to content

Commit

Permalink
update pnpm, homepage improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Tropix126 committed Jan 12, 2024
1 parent 0425fab commit ae3ba82
Show file tree
Hide file tree
Showing 11 changed files with 776 additions and 759 deletions.
3 changes: 1 addition & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ import { defineConfig } from "astro/config";
import path from "path";
import sitemap from "@astrojs/sitemap";
import svelte from "@astrojs/svelte";
import prefetch from "@astrojs/prefetch";

import cloudflare from "@astrojs/cloudflare";

// https://astro.build/config
export default defineConfig({
site: "https://pros-rs.pages.app/",
integrations: [sitemap(), svelte(), prefetch()],
integrations: [sitemap(), svelte()],
output: "hybrid",
vite: {
build: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "pros-rs-website",
"type": "module",
"version": "0.0.1",
"packageManager": "[email protected]",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -13,7 +14,6 @@
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/cloudflare": "^8.1.0",
"@astrojs/prefetch": "^0.4.1",
"@astrojs/sitemap": "^3.0.4",
"@astrojs/svelte": "^5.0.3",
"astro": "^4.1.2",
Expand Down
Loading

0 comments on commit ae3ba82

Please sign in to comment.