This commit is contained in:
Guo Yunhe
2024-03-04 22:49:00 +08:00
parent 34050c8957
commit 332a7ba4a0
+5 -3
View File
@@ -40,8 +40,10 @@ import { defineConfig } from 'vite';
import adsense from 'vite-plugin-adsense';
export default defineConfig({
plugins: [adsense({
client: 'ca-pub-1234567890123456',
})],
plugins: [
adsense({
client: 'ca-pub-1234567890123456',
}),
],
});
```