feat: adds a redirect for /txt/now.txt to /now.txt
This commit is contained in:
parent
4eadf44aa8
commit
227f560c0d
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ import remarkAside from './src/plugins/remark-aside.ts';
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
output: 'static',
|
output: 'static',
|
||||||
adapter: node({ mode: 'standalone' }),
|
adapter: node({ mode: 'standalone' }),
|
||||||
|
redirects: {
|
||||||
|
'/txt/now.txt': '/now.txt'
|
||||||
|
},
|
||||||
integrations: [db()],
|
integrations: [db()],
|
||||||
markdown: {
|
markdown: {
|
||||||
remarkPlugins: [
|
remarkPlugins: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue