Skip to content

Commit

Permalink
fix: @match url should have a tralling / at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
pionxzh committed Apr 14, 2023
1 parent 90ee1b7 commit f0f64d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/userscript/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default defineConfig({
},
'license': packageJson.license,
'match': [
'https://chat.openai.com',
'https://chat.openai.com/',
// support https://chat.openai.com/c?model=gpt-4
'https://chat.openai.com/c?*',
// support https://chat.openai.com/c/123456789
Expand Down

0 comments on commit f0f64d4

Please sign in to comment.