mirror of
https://github.com/actions/configure-pages.git
synced 2026-04-04 08:42:21 +00:00
Use GitHub Pages site origin for setting up SSG configs
This commit is contained in:
@@ -3,6 +3,7 @@ import adapter from '@sveltejs/adapter-auto'
|
||||
|
||||
export default {
|
||||
kit: {
|
||||
prerender: { origin: 'https://configure-pages.github.io' },
|
||||
paths: { base: '/docs' },
|
||||
adapter: adapter()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user