Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we have the ability to change the URL for blazing stories? #55

Open
chriswarnescrafted opened this issue Sep 16, 2024 · 2 comments
Open

Comments

@chriswarnescrafted
Copy link

I would like the ability to create an index page to my project which can link to /stories for my blazing story examples, but also create some custom page examples,

at the moment blazing story seems to be fixed to the root, would it be possible to make this configurable.

I also struggled to create my own custom pages to sit alongside blazing story, I wondered whether this was routing related as it was attempting to create a page using the Blazing story IndexPage.razor. Is that because of this code?

app.MapRazorComponents<BlazingStoryServerComponent<IndexPage, IFramePage>>()
    .AddInteractiveServerRenderMode();
@jsakamoto
Copy link
Owner

Thank you, @chriswarnescrafted, for your feedback. I'll look into your feedback and a question as soon as possible, but I'm busy for a month doing other projects. Please give me time. I appreciate your patience.

@connorjjarvis
Copy link

I have played around with this on the .net9 branch and it seems to work, I'll create a PR once I have it more streamlined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants