Skip to content

Commit a45810c

Browse files
authored
Merge pull request #195 from vim-jp/feature/2025/add-individual-sponsors
個人スポンサーの追加
2 parents 264a9ca + fb6b0e6 commit a45810c

20 files changed

+221
-115
lines changed

2025/astro.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import react from '@astrojs/react';
22
import tailwindcss from '@tailwindcss/vite';
3+
import dsv from '@rollup/plugin-dsv';
34

45
// @ts-check
56
import { defineConfig } from 'astro/config';
@@ -20,6 +21,7 @@ export default defineConfig({
2021
plugins: [
2122
Macros(),
2223
tailwindcss(),
24+
dsv(),
2325
],
2426
},
2527

2025/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"devDependencies": {
3434
"@antfu/ni": "^25.0.0",
3535
"@astrojs/ts-plugin": "^1.10.4",
36+
"@rollup/plugin-dsv": "^3.0.5",
3637
"@ryoppippi/eslint-config": "npm:@jsr/ryoppippi__eslint-config@^0.0.25",
3738
"eslint": "^9.34.0",
3839
"eslint-plugin-astro": "^1.3.1",

2025/pnpm-lock.yaml

Lines changed: 88 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
9.58 KB
Loading
373 KB
Loading
43.8 KB
Loading
346 KB
Loading
388 KB
Loading
145 KB
Loading
258 KB
Loading

0 commit comments

Comments
 (0)