Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import { defineConfig } from 'astro/config';
export default defineConfig({
// adapter will be set dynamically by the test
output: 'hybrid',
redirects: {
'/a/redirect': '/',
},
});