Giter Site home page Giter Site logo

Comments (8)

chrisvfritz avatar chrisvfritz commented on August 19, 2024 1

This is outside the responsibility of the plugin. When I've wanted this in the past, I just have Webpack create an extra copy of my HTML template as fallback.html or similar.

from prerender-spa-plugin.

drewlustro avatar drewlustro commented on August 19, 2024 1

@jdrydn - Excellent work!

If you want to add this to the documentation README.md in a PR, by all means ;)

from prerender-spa-plugin.

jdrydn avatar jdrydn commented on August 19, 2024

Yeah, I figured this was outside the scope of this plugin, I just wanted to be certain.

Perhaps a note in the caveats section of your README explaining "if you pre-render the root (/) the index.html page will be overridden, so you should use webpack to create another fallback.html..."? Your docs are absolutely fab otherwise 😍

Oh, and 👍 for this plugin, it's ace!

from prerender-spa-plugin.

chrisvfritz avatar chrisvfritz commented on August 19, 2024

Yeah, I agree that'd make a great addition to the documentation. I just retitled and opened this issue. I'll update the docs when it's not 3am. 😄 Glad you're enjoying it!

from prerender-spa-plugin.

drewlustro avatar drewlustro commented on August 19, 2024

Let me know if you plan to handle this, @chrisvfritz 👍 👍

from prerender-spa-plugin.

chrisvfritz avatar chrisvfritz commented on August 19, 2024

@drewlustro No, feel free to. 😅

from prerender-spa-plugin.

jdrydn avatar jdrydn commented on August 19, 2024

I've been poked a few times about how I "solved" this, with two people referencing this issue directly, so I'll pop this here:

I duplicated the HtmlWebpackPlugin plugin in my production webpack config to generate 404.html as well as index.html, and then I would serve that 404 page on non-prerendered routes and Vue (and vue-router) takes over!

screen shot 2017-07-19 at 12 57 37

from prerender-spa-plugin.

stereobooster avatar stereobooster commented on August 19, 2024

The fallback page can be named 200.html. Some static host providers use this convention, for example, surge.sh (actually I do not know any other examples). 200.html for 200 response, 404.html for 404 response.

from prerender-spa-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.