Code Monkey home page Code Monkey logo

Comments (5)

kevinzunigacuellar avatar kevinzunigacuellar commented on May 25, 2024 1

Happy to tackle this if we have no other takers. I will leave it open if anyone is interested.

from starlight.

delucis avatar delucis commented on May 25, 2024 1

I think we can definitely take that as our working hypothesis.

I'm still feeling like our use of build.format as also determining link format may not be what everyone wants, but I think it's ok for us to get this consistent at this point and think about that later when we hear from folks what they need.

from starlight.

delucis avatar delucis commented on May 25, 2024

Thanks for finding this @kevinzunigacuellar! I can confirm I see this in the build output of your reproduction. The language picker produces the following HTML:

<select value="/en/en.html">
	<option value="/en/en.html" selected="true">English</option>
	<option value="/es/en.html">Spanish</option>
</select>

value is set here:

value={localizedPathname(Astro.props.locale)}

So this would be a bug in the localizedPathname() function.

Are you up for Even More Fun With URLs™️?

from starlight.

delucis avatar delucis commented on May 25, 2024

Thanks @kevinzunigacuellar! I tried writing a few tests on the train earlier and the one thing I realised I'm not sure about with sites using build.output: 'file' is what they do for the homepage, like is it example.com/index.html? Or would they expect to special case that as example.com/? I'm honestly not sure what expectations are.

from starlight.

kevinzunigacuellar avatar kevinzunigacuellar commented on May 25, 2024

I think they would expect example.com/index.html. example.com/ would probably redirect to example.com/index.html

from starlight.

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.