astro/test/fixtures/astro-request/astro.config.mjs
Matthew Phillips 7c10d563f2
Implements import.meta.request (#46)
This adds `import.meta.request` to pages (not components).
2021-03-31 16:47:03 -04:00

5 lines
82 B
JavaScript

export default {
projectRoot: '.',
astroRoot: './astro',
dist: './_site'
};