astro/packages/integrations/cloudflare/test/fixtures/routes-json/astro.config.mjs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
187 B
JavaScript
Raw Normal View History

import { defineConfig } from 'astro/config';
export default defineConfig({
// adapter will be set dynamically by the test
output: 'hybrid',
redirects: {
'/a/redirect': '/',
},
});