Skip to content

Commit

Permalink
test: add example links
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 16, 2023
1 parent 2bae0ea commit 94c305a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fixture/routes/prerender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export default defineEventHandler((event) => {
"https://about.google/products/",
"/api/hello",
"/api/hello?bar=baz",
"/api/hello?bar=baz&bing=bap",
"/api/hello?bar=baz&foo=qux",
"/prerender#foo",
"../api/hey",
"/api/param/foo.json",
Expand Down

0 comments on commit 94c305a

Please sign in to comment.