fixed callback url
This commit is contained in:
parent
509a817065
commit
71a95c92db
7 changed files with 32 additions and 22 deletions
|
@ -11,8 +11,8 @@ const config = {
|
|||
adapter: adapter({
|
||||
pages: 'build',
|
||||
assets: 'build',
|
||||
fallback: undefined,
|
||||
precompress: false,
|
||||
fallback: "index.html",
|
||||
precompress: true,
|
||||
strict: true,
|
||||
}),
|
||||
version: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue