We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Struggling with running the fresh pull starter after following the quick start tutorial on replit.
adding a +page.svelte to / (routes) folder does not resolve issue.
500 The "/" and "/(marketing)" route
The text was updated successfully, but these errors were encountered:
You can't have a +page.svelte insite your slug folders. The reason to use (marketing) is to have different +layout.svelte files for different routes.
+page.svelte
So you can have something like this
└── +src/ ├── +layout.svelte ├── (marketing)/ │ ├── +layout.svelte │ └── route1/ │ └── +page.svelte └── (app)/ ├── +layout.svelte └── route2/ └── +page.svelte
Sorry, something went wrong.
No branches or pull requests
Struggling with running the fresh pull starter after following the quick start tutorial on replit.
adding a +page.svelte to / (routes) folder does not resolve issue.
500
The "/" and "/(marketing)" route
The text was updated successfully, but these errors were encountered: