2023-03-30 16:06:28 +08:00
2023-03-30 11:33:23 +08:00
2023-03-30 12:12:04 +08:00
2023-03-30 11:33:23 +08:00
2023-03-30 11:33:23 +08:00
2023-03-30 12:12:04 +08:00
2023-03-30 11:25:37 +08:00
2023-03-30 16:06:28 +08:00
2023-03-30 12:12:04 +08:00
2023-03-30 12:12:04 +08:00

vite-plugin-adsense

Install

npm i vite-plugin-adsense

Usage

# .env
VITE_ADSENSE_CLIENT=ca-pub-1234567890123456
// vite.config.ts
import { defineConfig } from 'vite';
import adsense from 'vite-plugin-adsense';

export default defineConfig({
  plugins: [adsense()],
});
S
Description
Insert Google AdSense script to index.html and create ads.txt file
Readme MPL-2.0 388 KiB
Languages
TypeScript 100%