feat: accept url from input and searchParameter
This commit is contained in:
parent
b3c1ef29de
commit
050793635a
3 changed files with 9472 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
node_modules/
|
||||
|
||||
*~
|
||||
*swo
|
||||
*swp
|
||||
|
|
9465
package-lock.json
generated
Normal file
9465
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
5
package.json
Normal file
5
package.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"astro": "^2.4.4"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue