Skip to content
This repository was archived by the owner on Apr 9, 2023. It is now read-only.
This repository was archived by the owner on Apr 9, 2023. It is now read-only.

Unable to prerender all routes! #501

@todaynogada

Description

@todaynogada

Unable to prerender all routes!
help
I am using it integrated with laravle mix.
and vue3
qgegeqgegqqeg

    plugins: [
        new PrerenderSPAPlugin({
            staticDir: __dirname, // The path to the folder where index.html is.
            outputDir: path.join(__dirname, 'prerendered'),
            indexPath: path.join(__dirname, 'dist', 'index.html'),
            routes: ['/'],
            renderer: new Renderer({
                injectProperty: "__PRERENDER_INJECTED",
                inject: {
                    prerendered: false,
                },
                renderAfterElementExists: "[ready]",
                headless: true,
                maxConcurrentRoutes: 1,
                ignoreHTTPSErrors: false,
                renderAfterTime: 0,
            }),

        })
    ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions