mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
trailing slash
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// @ts-check
|
||||
import { defineConfig } from 'astro/config'
|
||||
|
||||
import sitemap from '@astrojs/sitemap';
|
||||
@@ -6,6 +7,7 @@ import sitemap from '@astrojs/sitemap';
|
||||
|
||||
export default defineConfig({
|
||||
site: 'https://openfreemap.org',
|
||||
trailingSlash: 'always',
|
||||
vite: {
|
||||
css: {
|
||||
transformer: 'lightningcss',
|
||||
|
||||
Reference in New Issue
Block a user