No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Quasar app in sub directory

    Help
    2
    3
    385
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      felek last edited by

      Hello lets say i have my domain like so.

      https://www.test.com/aa/{here routing app lives}
      

      I read that I should change ```
      baseUrl:’/aa/’

      Is that should be in quasar.conf.js like
      
      

      module.exports = function (/* ctx */) {
      return {
      baseUrl: “/aa/”,

      1 Reply Last reply Reply Quote 0
      • Hawkeye64
        Hawkeye64 last edited by

        @felek I believe what you want is this (in quasar.conf.js):

        build: {
          publicPath: 'aa'
        }
        
        F 1 Reply Last reply Reply Quote 0
        • F
          felek @Hawkeye64 last edited by

          @Hawkeye64 I think so to. Thank You.

          1 Reply Last reply Reply Quote 1
          • First post
            Last post