Coder Social home page Coder Social logo

Comments (2)

ruochenjia avatar ruochenjia commented on September 2, 2024

Firstly it doesn't have to be deployed in a root subdomain, it can be deployed to any domains like example.com, subdomain.example.com, abc.xyz.example.com etc. You can set the deploy to a custom domain rather than a user.github.io domain if you have one.

However hosting it in a sub-path like domain.com/path/ or user.github.io/project/ could prevent some image, CSS, or JS files from being loaded, as all files in this project are linked with absolute path. For example, a resource like main.js would be linked as /main.js, which would trigger your browser loading a resource at https://domain.com/main.js, which would not exist if the project's root directory is domain.com/path/. Furthermore hosting in a non-root location could also prevent the service worker from being installed and working properly, which is required for webapp installation.

Resources are linked in this way because this project is initially designed only for hosting at whitespider.dev, which would satisfy all the requirements above. This also separates all local storage and cookies as pages are in separated origins, which prevents storage conflicts with other projects.

from whitespider.

silvncr avatar silvncr commented on September 2, 2024

Thank you for your response!

from whitespider.

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.