Update licenses and improve sr-only elements
This commit is contained in:
parent
287f2cae2f
commit
90fc60e871
11 changed files with 126 additions and 82 deletions
|
|
@ -14,7 +14,10 @@ export default defineConfig({
|
|||
markdownIntegration(),
|
||||
htaccessIntegration({
|
||||
generateHtaccessFile: import.meta.env.APACHE_CONFIG === "true",
|
||||
redirects: [ { match: "/story/", url: "/stories/" }, { match: "/game/", url: "/games/" } ],
|
||||
redirects: [
|
||||
{ match: "/story/", url: "/stories/" },
|
||||
{ match: "/game/", url: "/games/" },
|
||||
],
|
||||
}),
|
||||
pagefindIntegration(),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue