Skip to content

Commit 1375dfc

Browse files
committed
Add global html meta keywords
1 parent 89cd0b2 commit 1375dfc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: astro.config.mjs

+9
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,15 @@ export default defineConfig({
8484
autogenerate: { directory: 'sa/trouble' },
8585
},
8686
],
87+
head: [
88+
{
89+
tag: 'meta',
90+
attrs: {
91+
name: 'keywords',
92+
content: 'MTA,GTA,R*,Rockstar,North,Multi,Grand,Theft,Auto,Multiplayer,orange,san,andreas,mp,mod,modification,free,download,help,knowledge,base,guide,faq',
93+
},
94+
},
95+
],
8796
}),
8897
],
8998
});

0 commit comments

Comments
 (0)