mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
[ci] format
This commit is contained in:
parent
592386b755
commit
e8fcc0bc3f
1 changed files with 3 additions and 2 deletions
|
@ -439,8 +439,9 @@ See https://docs.astro.build/en/guides/server-side-rendering/ for more informati
|
||||||
PageNumberParamNotFound: {
|
PageNumberParamNotFound: {
|
||||||
title: 'Page number param not found.',
|
title: 'Page number param not found.',
|
||||||
code: 3021,
|
code: 3021,
|
||||||
message: (paramName: string) => `[paginate()] page number param \`${paramName}\` not found in your filepath.`,
|
message: (paramName: string) =>
|
||||||
hint: 'Rename your file to \`[page].astro\` or \`[...page].astro\`.'
|
`[paginate()] page number param \`${paramName}\` not found in your filepath.`,
|
||||||
|
hint: 'Rename your file to `[page].astro` or `[...page].astro`.',
|
||||||
},
|
},
|
||||||
// Vite Errors - 4xxx
|
// Vite Errors - 4xxx
|
||||||
UnknownViteError: {
|
UnknownViteError: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue